Skip to content
Snippets Groups Projects
Unverified Commit 46028b43 authored by Agate's avatar Agate 💬
Browse files

Fixed broken install of ipython under python 3.5

parent d88bc19f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment