Fixed broken install of ipython under python 3.5
This commit is contained in:
parent
d88bc19f80
commit
46028b43af
|
@ -37,7 +37,9 @@ persisting-theory>=0.2,<0.3
|
|||
django-versatileimagefield>=2.0,<2.1
|
||||
django-filter>=2.1,<2.2
|
||||
django-rest-auth>=0.9,<0.10
|
||||
ipython>=7,<8
|
||||
# XXX: remove when we drop support for python 3.5
|
||||
ipython>=7.10,<8; python_version > '3.5'
|
||||
ipython>=7,<7.10; python_version < '3.6'
|
||||
mutagen>=1.44,<1.45
|
||||
|
||||
pymemoize==1.0.3
|
||||
|
|
Loading…
Reference in New Issue