This also runs black to reformat the affected files, which had been causing failures because of upstream updates. Ideally, we need a more sophisticated toolchain for managing the versions of the dependencies instead of just requirements.txt. This should be due in a possible future cleanup. Signed-off-by: Zixuan James Li <p359101898@gmail.com>
18 lines
346 B
Text
18 lines
346 B
Text
crayons
|
|
twine
|
|
black==23.3.0
|
|
isort
|
|
flake8
|
|
mock
|
|
pytest
|
|
pytest-cov
|
|
-e ./zulip
|
|
-e ./zulip_bots
|
|
-e ./zulip_botserver
|
|
-e git+https://github.com/zulip/zulint@14e3974001bf8442a6a3486125865660f1f2eb68#egg=zulint==1.0.0
|
|
mypy==0.910
|
|
types-python-dateutil
|
|
types-pytz
|
|
types-requests
|
|
gitlint>=0.13.0
|
|
-r ./zulip/integrations/bridge_with_matrix/requirements.txt
|