mirror of https://github.com/zulip/zulip.git
requirements: Add pyinotify dependency.
This commit is contained in:
parent
6d92d628a6
commit
352b864124
|
@ -31,6 +31,9 @@ pycodestyle==2.5.0
|
||||||
# Needed to run pyflakes linter
|
# Needed to run pyflakes linter
|
||||||
pyflakes==2.1.1
|
pyflakes==2.1.1
|
||||||
|
|
||||||
|
# Needed for watching file changes
|
||||||
|
pyinotify==0.9.6
|
||||||
|
|
||||||
# Needed to run tests in parallel
|
# Needed to run tests in parallel
|
||||||
tblib==1.3.2
|
tblib==1.3.2
|
||||||
|
|
||||||
|
|
|
@ -131,6 +131,7 @@ pydispatcher==2.0.5 # via scrapy
|
||||||
pyflakes==2.1.1
|
pyflakes==2.1.1
|
||||||
pygments==2.3.1
|
pygments==2.3.1
|
||||||
pyhamcrest==1.9.0 # via twisted
|
pyhamcrest==1.9.0 # via twisted
|
||||||
|
pyinotify==0.9.6
|
||||||
pyjwt==1.7.1
|
pyjwt==1.7.1
|
||||||
pyldap==3.0.0.post1 # via fakeldap
|
pyldap==3.0.0.post1 # via fakeldap
|
||||||
pylibmc==1.6.0
|
pylibmc==1.6.0
|
||||||
|
|
|
@ -11,4 +11,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 = '32.1'
|
PROVISION_VERSION = '32.2'
|
||||||
|
|
Loading…
Reference in New Issue