mirror of https://github.com/zulip/zulip.git
Fork django-bitfield to save a few hundred ms of startup time
See #9953, https://github.com/zulip/django-bitfield/pull/1. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
parent
11cbe2bf6a
commit
f5d44e7355
|
@ -55,7 +55,7 @@ defusedxml==0.5.0
|
||||||
django-auth-ldap==1.5.0
|
django-auth-ldap==1.5.0
|
||||||
|
|
||||||
# Django extension providing bitfield support
|
# Django extension providing bitfield support
|
||||||
django-bitfield==1.9.3
|
-e git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||||
|
|
||||||
# Django extension for sending data to statsd
|
# Django extension for sending data to statsd
|
||||||
django-statsd-mozilla==0.4.0
|
django-statsd-mozilla==0.4.0
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#
|
#
|
||||||
--no-binary psycopg2
|
--no-binary psycopg2
|
||||||
|
|
||||||
|
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||||
git+https://github.com/python/mypy.git@6a934d32124991a77ea433856cf2d62871ceb632#egg=mypy==0.610+dev.6a934d32124991a77ea433856cf2d62871ceb632
|
git+https://github.com/python/mypy.git@6a934d32124991a77ea433856cf2d62871ceb632#egg=mypy==0.610+dev.6a934d32124991a77ea433856cf2d62871ceb632
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
|
@ -46,7 +47,6 @@ decorator==4.1.2 # via ipython, traitlets
|
||||||
defusedxml==0.5.0
|
defusedxml==0.5.0
|
||||||
disposable-email-domains==0.0.28
|
disposable-email-domains==0.0.28
|
||||||
django-auth-ldap==1.5.0
|
django-auth-ldap==1.5.0
|
||||||
django-bitfield==1.9.3
|
|
||||||
django-formtools==2.1 # via django-two-factor-auth
|
django-formtools==2.1 # via django-two-factor-auth
|
||||||
django-otp==0.4.1.1 # via django-two-factor-auth
|
django-otp==0.4.1.1 # via django-two-factor-auth
|
||||||
django-phonenumber-field==1.3.0 # via django-two-factor-auth
|
django-phonenumber-field==1.3.0 # via django-two-factor-auth
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
#
|
#
|
||||||
--no-binary psycopg2
|
--no-binary psycopg2
|
||||||
|
|
||||||
|
git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
||||||
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
git+https://github.com/zulip/talon.git@7d8bdc4dbcfcc5a73298747293b99fe53da55315#egg=talon==1.2.10.zulip1
|
||||||
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
git+https://github.com/zulip/ultrajson@70ac02bec#egg=ujson==1.35+git
|
||||||
git+https://github.com/zulip/python-zulip-api.git@0.5.1#egg=zulip==0.5.1_git&subdirectory=zulip
|
git+https://github.com/zulip/python-zulip-api.git@0.5.1#egg=zulip==0.5.1_git&subdirectory=zulip
|
||||||
|
@ -33,7 +34,6 @@ decorator==4.1.2 # via ipython, traitlets
|
||||||
defusedxml==0.5.0
|
defusedxml==0.5.0
|
||||||
disposable-email-domains==0.0.28
|
disposable-email-domains==0.0.28
|
||||||
django-auth-ldap==1.5.0
|
django-auth-ldap==1.5.0
|
||||||
django-bitfield==1.9.3
|
|
||||||
django-formtools==2.1 # via django-two-factor-auth
|
django-formtools==2.1 # via django-two-factor-auth
|
||||||
django-otp==0.4.1.1 # via django-two-factor-auth
|
django-otp==0.4.1.1 # via django-two-factor-auth
|
||||||
django-phonenumber-field==1.3.0 # via django-two-factor-auth
|
django-phonenumber-field==1.3.0 # via django-two-factor-auth
|
||||||
|
|
Loading…
Reference in New Issue