requirements.txt 705 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. asgiref==3.5.0
  2. attrs==21.4.0
  3. backports.zoneinfo==0.2.1
  4. black==22.1.0
  5. certifi==2021.10.8
  6. charset-normalizer==2.0.12
  7. click==8.0.4
  8. coverage==6.3.1
  9. Django==4.0.2
  10. django-stubs==1.9.0
  11. django-stubs-ext==0.3.1
  12. djangorestframework==3.13.1
  13. docformatter==1.4
  14. environ==1.0
  15. flake8==4.0.1
  16. idna==3.3
  17. iniconfig==1.1.1
  18. mccabe==0.6.1
  19. mypy==0.931
  20. mypy-extensions==0.4.3
  21. packaging==21.3
  22. pathspec==0.9.0
  23. platformdirs==2.5.0
  24. pluggy==1.0.0
  25. py==1.11.0
  26. pycodestyle==2.8.0
  27. pyflakes==2.4.0
  28. pyparsing==3.0.7
  29. pytest==7.0.1
  30. pytest-cov==3.0.0
  31. pytest-django==4.5.2
  32. pytz==2021.3
  33. requests==2.27.1
  34. sqlparse==0.4.2
  35. toml==0.10.2
  36. tomli==2.0.1
  37. types-pytz==2021.3.5
  38. types-PyYAML==6.0.4
  39. typing-extensions==4.1.1
  40. untokenize==0.1.1
  41. urllib3==1.26.8