requirements.txt 830 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. defusedxml==0.7.1
  10. Django==4.0.2
  11. django-stubs==1.9.0
  12. django-stubs-ext==0.3.1
  13. djangorestframework==3.13.1
  14. docformatter==1.4
  15. environ==1.0
  16. flake8==4.0.1
  17. idna==3.3
  18. iniconfig==1.1.1
  19. mccabe==0.6.1
  20. mypy==0.931
  21. mypy-extensions==0.4.3
  22. packaging==21.3
  23. pathspec==0.9.0
  24. platformdirs==2.5.0
  25. pluggy==1.0.0
  26. py==1.11.0
  27. pycodestyle==2.8.0
  28. pyflakes==2.4.0
  29. pyparsing==3.0.7
  30. pytest==7.0.1
  31. pytest-cov==3.0.0
  32. pytest-django==4.5.2
  33. pytz==2021.3
  34. requests==2.27.1
  35. sqlparse==0.4.2
  36. toml==0.10.2
  37. tomli==2.0.1
  38. types-pytz==2021.3.5
  39. types-PyYAML==6.0.4
  40. typing-extensions==4.1.1
  41. untokenize==0.1.1
  42. urllib3==1.26.8
  43. djangorestframework-xml==2.0.0
  44. django-crontab==0.7.1
  45. dicttoxml==1.7.16
  46. gunicorn==21.2.0
  47. xmltodict==0.13.0