Fixed broken install of ipython under python 3.5

This commit is contained in:
Agate 2020-04-22 13:29:00 +02:00
parent d88bc19f80
commit 46028b43af
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 3 additions and 1 deletions

View File

@ -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