mirror of https://github.com/zulip/zulip.git
requirements: Upgrade twisted, adding incremental and constantly.
Twisted 16.5.0 has a couple new dependencies.
This commit is contained in:
parent
be506d63f6
commit
c6ceae868b
|
@ -1,7 +1,9 @@
|
|||
Twisted==16.4.1
|
||||
Twisted==16.5.0
|
||||
zope.interface==4.3.2
|
||||
service-identity==16.0.0
|
||||
attrs==16.2.0
|
||||
constantly==15.1.0
|
||||
incremental==16.10.1
|
||||
|
||||
# Needed for documentation links test
|
||||
-r scrapy.txt
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
ZULIP_VERSION = "1.4.1+git"
|
||||
PROVISION_VERSION = '2.1'
|
||||
PROVISION_VERSION = '2.2'
|
||||
|
|
Loading…
Reference in New Issue