requirements-base.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. beautifulsoup4>=4.7.1,<4.8
  2. boto3>=1.4.1,<1.4.6
  3. botocore<1.5.71
  4. celery>=3.1.25,<4.0.0
  5. click>=5.0,<7.0
  6. confluent-kafka==0.11.5
  7. croniter>=0.3.34,<0.4.0
  8. datadog>=0.15.0,<0.31.0
  9. django-crispy-forms==1.7.2
  10. django-picklefield>=0.3.0,<1.1.0
  11. django-sudo>=3.0.0,<4.0.0
  12. Django>=1.11,<1.12
  13. djangorestframework==3.6.4
  14. email-reply-parser>=0.2.0,<0.3.0
  15. enum34>=1.1.6,<1.2.0 ; python_version < "3.4"
  16. functools32>=3.2.3,<3.3 ; python_version < "3.2"
  17. futures>=3.2.0,<4.0.0 ; python_version < "3.2"
  18. google-api-core==1.14.3
  19. google-auth==1.6.3
  20. google-cloud-core==0.29.1
  21. google-cloud-bigtable==0.32.2
  22. google-cloud-pubsub==0.35.4
  23. google-cloud-storage==1.13.3
  24. googleapis-common-protos==1.6.0
  25. ipaddress>=1.0.16,<1.1.0 ; python_version < "3.3"
  26. jsonschema==3.2.0
  27. kombu==3.0.37
  28. lxml>=4.3.3,<4.4.0
  29. maxminddb==1.5.0
  30. mistune>0.7,<0.9
  31. mmh3>=2.3.1,<2.4
  32. msgpack>=0.6.1,<0.7.0
  33. parsimonious==0.8.0
  34. petname>=2.6,<2.7
  35. phonenumberslite>=8.11.0,<8.12.0
  36. Pillow>=6.2.2,<7.0.0
  37. progressbar2>=3.32,<3.33
  38. psycopg2-binary>=2.7.0,<2.9.0
  39. PyJWT>=1.5.0,<1.6.0
  40. python-dateutil>=2.0.0,<3.0.0
  41. python-memcached>=1.53,<2.0.0
  42. python3-saml>=1.4.0,<1.5
  43. python-u2flib-server>=5.0.0,<6.0.0
  44. PyYAML>=5.3,<5.4
  45. qrcode>=6.1.0,<6.2.0
  46. rb>=1.7.0,<2.0.0
  47. redis-py-cluster==1.3.6
  48. redis==2.10.6
  49. requests-oauthlib==1.2.0
  50. requests[security]>=2.20.0,<2.21.0
  51. # [start] jsonschema format validators
  52. rfc3339-validator==0.1.2
  53. rfc3986-validator==0.1.1
  54. # [end] jsonschema format validators
  55. sentry-relay>=0.5.11,<0.6.0
  56. sentry-sdk>=0.16.0,<0.17.0
  57. simplejson>=3.2.0,<3.9.0
  58. six>=1.11.0,<1.12.0
  59. sqlparse>=0.2.0,<0.3.0
  60. statsd>=3.1.0,<3.2.0
  61. structlog==17.1.0
  62. symbolic>=7.3.5,<8.0.0
  63. toronado>=0.0.11,<0.1.0
  64. ua-parser>=0.10.0,<0.11.0
  65. unidiff>=0.5.4
  66. urllib3==1.24.2
  67. uwsgi>2.0.0,<2.1.0
  68. # not directly used, but provides a speedup for redis
  69. hiredis==0.3.1
  70. # not directly used, but pinned for at least semaphore/symbolic
  71. cffi>=1.11.5,<2.0
  72. # not directly used, but pinned for toronado because it doesn't pin these
  73. cssutils==1.0.2
  74. cssselect==1.0.3
  75. # not directly used, but needed
  76. setproctitle>=1.1.7,<1.2.0
  77. # sentry-plugins specific dependencies
  78. phabricator>=0.6.0,<1.0
  79. # test dependencies, but unable to move to requirements-test until sentry.utils.pytest and similar are moved to tests/
  80. mock==3.0.5 ; python_version < "3.3"
  81. selenium==3.141.0