Files
django-stubs/requirements.txt
Marti Raudsepp 212ef40c3d Update Black dependency to fix CI lint (#900)
* Update Black dependency to fix CI lint

Closes #896.

Black 22.3.0 fixes incompatibility with Click 8.1.0:
https://github.com/psf/black/pull/2966

This currently causes the CI to fail, e.g. https://github.com/typeddjango/django-stubs/runs/5756075543

* Reformat with Black v22
2022-03-31 11:29:31 +03:00

14 lines
193 B
Plaintext

black==22.3.0
requests==2.27.1
coreapi==2.3.3
gitpython==3.1.27
pre-commit==2.17.0
pytest==7.1.1
pytest-mypy-plugins==1.9.3
psycopg2-binary
-e ./django_stubs_ext
-e .
# Overrides:
mypy==0.942