Fix jedi version to prevent ipython bug

This commit is contained in:
Ramon Wenger 2021-01-25 15:13:20 +01:00
parent 0ddd0b4b55
commit 1a95d1b372
1 changed files with 1 additions and 0 deletions

View File

@ -42,3 +42,4 @@ ipython = "*"
requests = "*"
unittest-xml-reporting = "*"
django-silk = "*"
jedi = "==0.17.2"