4458276801
The zulip and zulip_botserver packages specify mock as a runtime dependency, which is only needed for testing during development. So, it made more sense to move it to requirements.txt so that it can be installed by ./tools/provision during development.
9 lines
102 B
Plaintext
9 lines
102 B
Plaintext
crayons
|
|
twine
|
|
coverage>=4.4.1
|
|
pycodestyle==2.3.1
|
|
mock
|
|
-e ./zulip
|
|
-e ./zulip_bots
|
|
-e ./zulip_botserver
|