requirements.txt 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. #
  2. # This file is autogenerated by pip-compile
  3. # To update, run:
  4. #
  5. # pip-compile --output-file requirements.txt requirements.in
  6. #
  7. atomicwrites==1.2.1 # via pytest
  8. attrs==18.2.0 # via pytest
  9. beautifulsoup4==4.6.3
  10. bleach==2.1.4
  11. certifi==2018.10.15 # via requests
  12. chardet==3.0.4 # via requests
  13. django-debug-toolbar==1.8
  14. django-htmlmin==0.10.0
  15. django-mptt==0.8.7
  16. django==1.11.16
  17. djangorestframework==3.6.4
  18. faker==0.8.18
  19. funcsigs==1.0.2 # via mock, pytest
  20. html5lib==0.999999999
  21. idna==2.7 # via requests
  22. ipaddress==1.0.22 # via faker
  23. markdown==2.6.11
  24. misago-social-auth-app-django==2.1.0
  25. mock==2.0.0 # via pytest-mock
  26. more-itertools==4.3.0 # via pytest
  27. oauthlib==2.1.0 # via requests-oauthlib, social-auth-core
  28. olefile==0.46 # via pillow
  29. pathlib2==2.3.3 # via pytest, pytest-django
  30. pbr==5.1.1 # via mock
  31. pillow==4.1.1
  32. pluggy==0.8.0 # via pytest
  33. psycopg2-binary==2.7.5
  34. py==1.7.0 # via pytest
  35. pyjwt==1.6.4 # via social-auth-core
  36. pytest-django==3.4.4
  37. pytest-mock==1.10.0
  38. pytest==4.0.2
  39. python-dateutil==2.7.5 # via faker
  40. pytz==2018.7
  41. requests-oauthlib==1.0.0 # via social-auth-core
  42. requests==2.20.0
  43. scandir==1.9.0 # via pathlib2
  44. six==1.11.0 # via bleach, faker, html5lib, misago-social-auth-app-django, mock, more-itertools, pathlib2, pytest, python-dateutil, social-auth-core
  45. social-auth-core==1.7.0 # via misago-social-auth-app-django
  46. sqlparse==0.2.4 # via django-debug-toolbar
  47. text-unidecode==1.2 # via faker
  48. unidecode==0.4.21
  49. urllib3==1.24.1 # via requests
  50. webencodings==0.5.1 # via html5lib