mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Move packages from common.txt to py2_common.txt.
This commit is contained in:
committed by
Tim Abbott
parent
0b714ea6c6
commit
bf345a0b30
@@ -51,11 +51,7 @@ django-bitfield==1.8.0
|
|||||||
# migration that removes it.
|
# migration that removes it.
|
||||||
git+https://github.com/rwbarton/django-guardian.git@caf9f0c8c035feb3dff5542fb042dd13126cdd69
|
git+https://github.com/rwbarton/django-guardian.git@caf9f0c8c035feb3dff5542fb042dd13126cdd69
|
||||||
|
|
||||||
# Django extension for static asset pipeline
|
|
||||||
django-pipeline==1.2.2
|
|
||||||
|
|
||||||
docopt==0.4.0
|
docopt==0.4.0
|
||||||
enum34==1.0.4
|
|
||||||
fonttools==3.0
|
fonttools==3.0
|
||||||
|
|
||||||
# Needed for Android push notifications
|
# Needed for Android push notifications
|
||||||
@@ -102,15 +98,9 @@ pyasn1-modules==0.0.5
|
|||||||
pycparser==2.14
|
pycparser==2.14
|
||||||
pycrypto==2.6.1
|
pycrypto==2.6.1
|
||||||
|
|
||||||
# Used for Hesiod lookups, etc.
|
|
||||||
pydns==2.3.6
|
|
||||||
|
|
||||||
# Needed for memcached usage
|
# Needed for memcached usage
|
||||||
pylibmc==1.4.3
|
pylibmc==1.4.3
|
||||||
|
|
||||||
# Needed for LDAP integration
|
|
||||||
python-ldap==2.4.19
|
|
||||||
|
|
||||||
# Needed for timezone work
|
# Needed for timezone work
|
||||||
pytz==2015.4
|
pytz==2015.4
|
||||||
|
|
||||||
@@ -142,9 +132,6 @@ tornado==2.4.1
|
|||||||
# Needed for Python static typing
|
# Needed for Python static typing
|
||||||
typing==3.5.0.1
|
typing==3.5.0.1
|
||||||
|
|
||||||
# Needed for Twitter card integration
|
|
||||||
python-twitter==1.1
|
|
||||||
|
|
||||||
# Fast JSON parser
|
# Fast JSON parser
|
||||||
ujson==1.33
|
ujson==1.33
|
||||||
|
|
||||||
|
|||||||
@@ -1 +1,15 @@
|
|||||||
-r common.txt
|
-r common.txt
|
||||||
|
|
||||||
|
enum34==1.0.4
|
||||||
|
|
||||||
|
# Django extension for static asset pipeline
|
||||||
|
django-pipeline==1.2.2
|
||||||
|
|
||||||
|
# Used for Hesiod lookups, etc.
|
||||||
|
pydns==2.3.6
|
||||||
|
|
||||||
|
# Needed for LDAP integration
|
||||||
|
python-ldap==2.4.19
|
||||||
|
|
||||||
|
# Needed for Twitter card integration
|
||||||
|
python-twitter==1.1
|
||||||
|
|||||||
Reference in New Issue
Block a user