mirror of https://github.com/zulip/zulip.git
requirements: Add enum34 for ipython on python 2.
I guess we don't have anything that tests ipython in CI, so this was missed when I upgraded ipython earlier this week.
This commit is contained in:
parent
13d6f52203
commit
535a40ded9
|
@ -8,6 +8,7 @@ python-ldap==2.4.27
|
||||||
|
|
||||||
# need for ipython, only on python 2
|
# need for ipython, only on python 2
|
||||||
backports.shutil_get_terminal_size==1.0.0
|
backports.shutil_get_terminal_size==1.0.0
|
||||||
|
enum34==1.1.6
|
||||||
|
|
||||||
# Install Python Social Auth
|
# Install Python Social Auth
|
||||||
-r py2_socialauth.txt
|
-r py2_socialauth.txt
|
||||||
|
|
Loading…
Reference in New Issue