This repository has been archived on 2023-09-24. You can view files and clone it, but cannot push or open issues or pull requests.
takahe/requirements-dev.txt

11 lines
178 B
Plaintext
Raw Normal View History

2022-11-13 21:57:27 +01:00
-r requirements.txt
black==22.10.0
flake8==5.0.4
isort==5.10.1
2022-11-21 00:03:09 +01:00
mock~=4.0.3
2022-12-04 01:14:56 +01:00
pre-commit~=2.20.0
2022-11-27 19:09:46 +01:00
pytest-asyncio~=0.20.2
2022-11-13 21:57:27 +01:00
pytest-django~=4.5.2
pytest-dotenv~=0.5.0
2022-11-13 21:57:27 +01:00
pytest-httpx~=0.21