mirror of
https://github.com/zulip/zulip.git
synced 2025-11-17 20:41:46 +00:00
dependencies: Use the django-bitfield 1.9.5 release.
The release contains all the fixes from our fork.
This commit is contained in:
@@ -37,7 +37,7 @@ defusedxml==0.5.0
|
|||||||
django-auth-ldap==1.7.0
|
django-auth-ldap==1.7.0
|
||||||
|
|
||||||
# Django extension providing bitfield support
|
# Django extension providing bitfield support
|
||||||
-e git+https://github.com/zulip/django-bitfield@0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38#egg=django-bitfield==1.9.3+dev.0d2b15cdb5af5ddec88d41cac19c0f2ce1b1ad38
|
django-bitfield==1.9.5
|
||||||
|
|
||||||
# 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,7 +9,6 @@
|
|||||||
#
|
#
|
||||||
--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/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||||
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||||
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
|
||||||
@@ -46,6 +45,7 @@ decorator==4.4.0 # via ipython, traitlets
|
|||||||
defusedxml==0.5.0
|
defusedxml==0.5.0
|
||||||
disposable-email-domains==0.0.49
|
disposable-email-domains==0.0.49
|
||||||
django-auth-ldap==1.7.0
|
django-auth-ldap==1.7.0
|
||||||
|
django-bitfield==1.9.5
|
||||||
django-formtools==2.1 # via django-two-factor-auth
|
django-formtools==2.1 # via django-two-factor-auth
|
||||||
django-otp==0.6.0 # via django-two-factor-auth
|
django-otp==0.6.0 # 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,7 +9,6 @@
|
|||||||
#
|
#
|
||||||
--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/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
git+https://github.com/zulip/libthumbor.git@60ed2431c07686a12f2770b2d852c5650f3ccfc6#egg=libthumbor==1.3.2zulip
|
||||||
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
git+https://github.com/zulip/line_profiler.git#egg=line_profiler==2.1.2.zulip1
|
||||||
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
|
||||||
@@ -35,6 +34,7 @@ decorator==4.4.0 # via ipython, traitlets
|
|||||||
defusedxml==0.5.0
|
defusedxml==0.5.0
|
||||||
disposable-email-domains==0.0.49
|
disposable-email-domains==0.0.49
|
||||||
django-auth-ldap==1.7.0
|
django-auth-ldap==1.7.0
|
||||||
|
django-bitfield==1.9.5
|
||||||
django-formtools==2.1 # via django-two-factor-auth
|
django-formtools==2.1 # via django-two-factor-auth
|
||||||
django-otp==0.6.0 # via django-two-factor-auth
|
django-otp==0.6.0 # 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
|
||||||
|
|||||||
@@ -21,4 +21,4 @@ LATEST_RELEASE_ANNOUNCEMENT = "https://blog.zulip.org/2019/03/01/zulip-2-0-relea
|
|||||||
# Typically, adding a dependency only requires a minor version bump, and
|
# Typically, adding a dependency only requires a minor version bump, and
|
||||||
# removing a dependency requires a major version bump.
|
# removing a dependency requires a major version bump.
|
||||||
|
|
||||||
PROVISION_VERSION = '37.4'
|
PROVISION_VERSION = '37.5'
|
||||||
|
|||||||
Reference in New Issue
Block a user