diff --git a/requirements/base.txt b/requirements/base.txt index 72eb652..b7170ae 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -4,99 +4,267 @@ # # pip-compile --output-file=requirements/base.txt requirements/base.in # -aioredis==1.3.1 # via channels-redis -amqp==2.6.1 # via kombu -apipkg==1.5 # via execnet -asgiref==3.3.4 # via channels, channels-redis, daphne, django -async-timeout==3.0.1 # via aioredis -attrs==20.3.0 # via automat, flake8-bugbear, pytest, service-identity, twisted -autobahn==21.3.1 # via daphne -automat==20.2.0 # via twisted -billiard==3.6.4.0 # via celery -celery==4.4.2 # via -r requirements/base.in, flower -certifi==2020.12.5 # via requests, sentry-sdk -cffi==1.14.5 # via cryptography, pynacl -channels-redis==2.4.2 # via thenewboston -channels==2.4.0 # via channels-redis, thenewboston -chardet==4.0.0 # via requests -constantly==15.1.0 # via twisted -coverage==5.5 # via pytest-cov -cryptography==3.4.7 # via -r requirements/base.in, autobahn, pyopenssl, service-identity -daphne==2.5.0 # via channels -django-cors-headers==3.7.0 # via thenewboston -django-debug-toolbar==3.2 # via thenewboston -django-filter==2.4.0 # via thenewboston -django-redis==4.12.1 # via thenewboston -django==3.1.8 # via channels, django-cors-headers, django-debug-toolbar, django-filter, django-redis, djangorestframework, thenewboston -djangorestframework==3.12.2 # via thenewboston -execnet==1.8.0 # via pytest-xdist -factory-boy==3.2.0 # via thenewboston -faker==8.0.0 # via factory-boy -fakeredis[lua]==1.4.4 # via -r requirements/base.in -flake8-bugbear==20.11.1 # via thenewboston -flake8-builtins==1.5.3 # via thenewboston -flake8-coding==1.3.2 # via thenewboston -flake8-docstrings==1.5.0 # via thenewboston -flake8-import-order==0.18.1 # via thenewboston -flake8-polyfill==1.0.2 # via thenewboston -flake8-quotes==3.2.0 # via thenewboston -flake8==3.8.4 # via flake8-bugbear, flake8-builtins, flake8-coding, flake8-docstrings, flake8-polyfill, flake8-quotes, thenewboston -flower==0.9.5 # via -r requirements/base.in -freezegun==1.1.0 # via thenewboston -hiredis==2.0.0 # via aioredis -humanize==3.3.0 # via flower -hyperlink==21.0.0 # via autobahn, twisted -idna==2.10 # via hyperlink, requests, twisted -incremental==21.3.0 # via twisted -iniconfig==1.1.1 # via pytest -iptools==0.7.0 # via thenewboston -kombu==4.6.11 # via celery -lupa==1.9 # via fakeredis -mccabe==0.6.1 # via flake8 -msgpack==0.6.2 # via channels-redis -packaging==20.9 # via pytest -pluggy==0.13.1 # via pytest -prometheus-client==0.8.0 # via flower -psycopg2==2.8.6 # via -r requirements/base.in -ptable==0.9.2 # via thenewboston -py==1.10.0 # via pytest, pytest-forked -pyasn1-modules==0.2.8 # via service-identity -pyasn1==0.4.8 # via pyasn1-modules, service-identity -pycodestyle==2.6.0 # via flake8, flake8-import-order, thenewboston -pycparser==2.20 # via cffi -pydocstyle==6.0.0 # via flake8-docstrings -pyflakes==2.2.0 # via flake8 -pynacl==1.4.0 # via thenewboston -pyopenssl==20.0.1 # via twisted -pyparsing==2.4.7 # via packaging -pytest-asyncio==0.14.0 # via thenewboston -pytest-cov==2.11.1 # via thenewboston -pytest-django==4.1.0 # via thenewboston -pytest-forked==1.3.0 # via pytest-xdist -pytest-xdist==2.2.1 # via thenewboston -pytest==6.2.2 # via pytest-asyncio, pytest-cov, pytest-django, pytest-forked, pytest-xdist, thenewboston -python-dateutil==2.8.1 # via faker, freezegun -pytz==2021.1 # via celery, django, flower -redis==3.5.3 # via -r requirements/base.in, django-redis, fakeredis -requests-mock==1.8.0 # via thenewboston -requests==2.25.1 # via requests-mock, thenewboston -sentry-sdk==0.19.5 # via thenewboston -service-identity==18.1.0 # via twisted -six==1.15.0 # via automat, fakeredis, pynacl, pyopenssl, python-dateutil, requests-mock -snowballstemmer==2.1.0 # via pydocstyle -sortedcontainers==2.3.0 # via fakeredis -sqlparse==0.4.1 # via django, django-debug-toolbar -tblib==1.7.0 # via -r requirements/base.in -text-unidecode==1.3 # via faker -thenewboston==0.2.3 # via -r requirements/base.in -toml==0.10.2 # via pytest -tornado==6.1 # via flower -twisted[tls]==21.2.0 # via daphne -txaio==21.2.1 # via autobahn -urllib3==1.26.4 # via requests, sentry-sdk -vine==1.3.0 # via amqp, celery -wheel==0.35.1 # via thenewboston -zope.interface==5.3.0 # via twisted +aioredis==1.3.1 + # via channels-redis +amqp==2.6.1 + # via kombu +apipkg==1.5 + # via execnet +asgiref==3.3.4 + # via + # channels + # channels-redis + # daphne + # django +async-timeout==3.0.1 + # via aioredis +attrs==20.3.0 + # via + # automat + # flake8-bugbear + # pytest + # service-identity + # twisted +autobahn==21.3.1 + # via daphne +automat==20.2.0 + # via twisted +billiard==3.6.4.0 + # via celery +celery==4.4.2 + # via + # -r base.in + # flower +certifi==2020.12.5 + # via + # requests + # sentry-sdk +cffi==1.14.5 + # via + # cryptography + # pynacl +channels==2.4.0 + # via + # channels-redis + # thenewboston +channels-redis==2.4.2 + # via thenewboston +chardet==4.0.0 + # via requests +constantly==15.1.0 + # via twisted +coverage==5.5 + # via pytest-cov +cryptography==3.4.7 + # via + # -r base.in + # autobahn + # pyopenssl + # service-identity +daphne==2.5.0 + # via channels +django==3.1.8 + # via + # channels + # django-cors-headers + # django-debug-toolbar + # django-filter + # django-redis + # djangorestframework + # thenewboston +django-cors-headers==3.7.0 + # via thenewboston +django-debug-toolbar==3.2 + # via thenewboston +django-filter==2.4.0 + # via thenewboston +django-redis==4.12.1 + # via thenewboston +djangorestframework==3.12.2 + # via thenewboston +execnet==1.8.0 + # via pytest-xdist +factory-boy==3.2.0 + # via thenewboston +faker==8.0.0 + # via factory-boy +fakeredis[lua]==1.4.4 + # via -r base.in +flake8==3.8.4 + # via + # flake8-bugbear + # flake8-builtins + # flake8-coding + # flake8-docstrings + # flake8-polyfill + # flake8-quotes + # thenewboston +flake8-bugbear==20.11.1 + # via thenewboston +flake8-builtins==1.5.3 + # via thenewboston +flake8-coding==1.3.2 + # via thenewboston +flake8-docstrings==1.5.0 + # via thenewboston +flake8-import-order==0.18.1 + # via thenewboston +flake8-polyfill==1.0.2 + # via thenewboston +flake8-quotes==3.2.0 + # via thenewboston +flower==0.9.5 + # via -r base.in +freezegun==1.1.0 + # via thenewboston +hiredis==2.0.0 + # via aioredis +humanize==3.3.0 + # via flower +hyperlink==21.0.0 + # via + # autobahn + # twisted +idna==2.10 + # via + # hyperlink + # requests + # twisted +incremental==21.3.0 + # via twisted +iniconfig==1.1.1 + # via pytest +iptools==0.7.0 + # via thenewboston +kombu==4.6.11 + # via celery +lupa==1.9 + # via fakeredis +mccabe==0.6.1 + # via flake8 +msgpack==0.6.2 + # via channels-redis +packaging==20.9 + # via pytest +pluggy==0.13.1 + # via pytest +prometheus-client==0.8.0 + # via flower +psycopg2==2.8.6 + # via -r base.in +ptable==0.9.2 + # via thenewboston +py==1.10.0 + # via + # pytest + # pytest-forked +pyasn1==0.4.8 + # via + # pyasn1-modules + # service-identity +pyasn1-modules==0.2.8 + # via service-identity +pycodestyle==2.6.0 + # via + # flake8 + # flake8-import-order + # thenewboston +pycparser==2.20 + # via cffi +pydocstyle==6.0.0 + # via flake8-docstrings +pyflakes==2.2.0 + # via flake8 +pynacl==1.4.0 + # via thenewboston +pyopenssl==20.0.1 + # via twisted +pyparsing==2.4.7 + # via packaging +pytest==6.2.2 + # via + # pytest-asyncio + # pytest-cov + # pytest-django + # pytest-forked + # pytest-xdist + # thenewboston +pytest-asyncio==0.14.0 + # via thenewboston +pytest-cov==2.11.1 + # via thenewboston +pytest-django==4.1.0 + # via thenewboston +pytest-forked==1.3.0 + # via pytest-xdist +pytest-xdist==2.2.1 + # via thenewboston +python-dateutil==2.8.1 + # via + # faker + # freezegun +pytz==2021.1 + # via + # celery + # django + # flower +redis==3.5.3 + # via + # -r base.in + # django-redis + # fakeredis +requests==2.25.1 + # via + # requests-mock + # thenewboston +requests-mock==1.8.0 + # via thenewboston +sentry-sdk==0.19.5 + # via thenewboston +service-identity==18.1.0 + # via twisted +six==1.15.0 + # via + # automat + # fakeredis + # pynacl + # pyopenssl + # python-dateutil + # requests-mock +snowballstemmer==2.1.0 + # via pydocstyle +sortedcontainers==2.3.0 + # via fakeredis +sqlparse==0.4.2 + # via + # django + # django-debug-toolbar +tblib==1.7.0 + # via -r base.in +text-unidecode==1.3 + # via faker +thenewboston==0.2.3 + # via -r base.in +toml==0.10.2 + # via pytest +tornado==6.1 + # via flower +twisted[tls]==21.2.0 + # via daphne +txaio==21.2.1 + # via autobahn +urllib3==1.26.4 + # via + # requests + # sentry-sdk +vine==1.3.0 + # via + # amqp + # celery +wheel==0.35.1 + # via thenewboston +zope.interface==5.3.0 + # via twisted # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/development.txt b/requirements/development.txt index 858154a..f067057 100644 --- a/requirements/development.txt +++ b/requirements/development.txt @@ -4,99 +4,267 @@ # # pip-compile --output-file=requirements/development.txt requirements/development.in # -aioredis==1.3.1 # via channels-redis -amqp==2.6.1 # via kombu -apipkg==1.5 # via execnet -asgiref==3.3.4 # via channels, channels-redis, daphne, django -async-timeout==3.0.1 # via aioredis -attrs==20.3.0 # via automat, flake8-bugbear, pytest, service-identity, twisted -autobahn==21.3.1 # via daphne -automat==20.2.0 # via twisted -billiard==3.6.4.0 # via celery -celery==4.4.2 # via -r requirements/base.in, flower -certifi==2020.12.5 # via requests, sentry-sdk -cffi==1.14.5 # via cryptography, pynacl -channels-redis==2.4.2 # via thenewboston -channels==2.4.0 # via channels-redis, thenewboston -chardet==4.0.0 # via requests -constantly==15.1.0 # via twisted -coverage==5.5 # via pytest-cov -cryptography==3.4.7 # via -r requirements/base.in, autobahn, pyopenssl, service-identity -daphne==2.5.0 # via channels -django-cors-headers==3.7.0 # via thenewboston -django-debug-toolbar==3.2 # via thenewboston -django-filter==2.4.0 # via thenewboston -django-redis==4.12.1 # via thenewboston -django==3.1.8 # via channels, django-cors-headers, django-debug-toolbar, django-filter, django-redis, djangorestframework, thenewboston -djangorestframework==3.12.2 # via thenewboston -execnet==1.8.0 # via pytest-xdist -factory-boy==3.2.0 # via thenewboston -faker==8.0.0 # via factory-boy -fakeredis[lua]==1.4.4 # via -r requirements/base.in -flake8-bugbear==20.11.1 # via thenewboston -flake8-builtins==1.5.3 # via thenewboston -flake8-coding==1.3.2 # via thenewboston -flake8-docstrings==1.5.0 # via thenewboston -flake8-import-order==0.18.1 # via thenewboston -flake8-polyfill==1.0.2 # via thenewboston -flake8-quotes==3.2.0 # via thenewboston -flake8==3.8.4 # via flake8-bugbear, flake8-builtins, flake8-coding, flake8-docstrings, flake8-polyfill, flake8-quotes, thenewboston -flower==0.9.5 # via -r requirements/base.in -freezegun==1.1.0 # via thenewboston -hiredis==2.0.0 # via aioredis -humanize==3.3.0 # via flower -hyperlink==21.0.0 # via autobahn, twisted -idna==2.10 # via hyperlink, requests, twisted -incremental==21.3.0 # via twisted -iniconfig==1.1.1 # via pytest -iptools==0.7.0 # via thenewboston -kombu==4.6.11 # via celery -lupa==1.9 # via fakeredis -mccabe==0.6.1 # via flake8 -msgpack==0.6.2 # via channels-redis -packaging==20.9 # via pytest -pluggy==0.13.1 # via pytest -prometheus-client==0.8.0 # via flower -psycopg2==2.8.6 # via -r requirements/base.in -ptable==0.9.2 # via thenewboston -py==1.10.0 # via pytest, pytest-forked -pyasn1-modules==0.2.8 # via service-identity -pyasn1==0.4.8 # via pyasn1-modules, service-identity -pycodestyle==2.6.0 # via flake8, flake8-import-order, thenewboston -pycparser==2.20 # via cffi -pydocstyle==6.0.0 # via flake8-docstrings -pyflakes==2.2.0 # via flake8 -pynacl==1.4.0 # via thenewboston -pyopenssl==20.0.1 # via twisted -pyparsing==2.4.7 # via packaging -pytest-asyncio==0.14.0 # via thenewboston -pytest-cov==2.11.1 # via thenewboston -pytest-django==4.1.0 # via thenewboston -pytest-forked==1.3.0 # via pytest-xdist -pytest-xdist==2.2.1 # via thenewboston -pytest==6.2.2 # via pytest-asyncio, pytest-cov, pytest-django, pytest-forked, pytest-xdist, thenewboston -python-dateutil==2.8.1 # via faker, freezegun -pytz==2021.1 # via celery, django, flower -redis==3.5.3 # via -r requirements/base.in, django-redis, fakeredis -requests-mock==1.8.0 # via thenewboston -requests==2.25.1 # via requests-mock, thenewboston -sentry-sdk==0.19.5 # via thenewboston -service-identity==18.1.0 # via twisted -six==1.15.0 # via automat, fakeredis, pynacl, pyopenssl, python-dateutil, requests-mock -snowballstemmer==2.1.0 # via pydocstyle -sortedcontainers==2.3.0 # via fakeredis -sqlparse==0.4.1 # via django, django-debug-toolbar -tblib==1.7.0 # via -r requirements/base.in -text-unidecode==1.3 # via faker -thenewboston==0.2.3 # via -r requirements/base.in -toml==0.10.2 # via pytest -tornado==6.1 # via flower -twisted[tls]==21.2.0 # via daphne -txaio==21.2.1 # via autobahn -urllib3==1.26.4 # via requests, sentry-sdk -vine==1.3.0 # via amqp, celery -wheel==0.35.1 # via thenewboston -zope.interface==5.3.0 # via twisted +aioredis==1.3.1 + # via channels-redis +amqp==2.6.1 + # via kombu +apipkg==1.5 + # via execnet +asgiref==3.3.4 + # via + # channels + # channels-redis + # daphne + # django +async-timeout==3.0.1 + # via aioredis +attrs==20.3.0 + # via + # automat + # flake8-bugbear + # pytest + # service-identity + # twisted +autobahn==21.3.1 + # via daphne +automat==20.2.0 + # via twisted +billiard==3.6.4.0 + # via celery +celery==4.4.2 + # via + # -r base.in + # flower +certifi==2020.12.5 + # via + # requests + # sentry-sdk +cffi==1.14.5 + # via + # cryptography + # pynacl +channels==2.4.0 + # via + # channels-redis + # thenewboston +channels-redis==2.4.2 + # via thenewboston +chardet==4.0.0 + # via requests +constantly==15.1.0 + # via twisted +coverage==5.5 + # via pytest-cov +cryptography==3.4.7 + # via + # -r base.in + # autobahn + # pyopenssl + # service-identity +daphne==2.5.0 + # via channels +django==3.1.8 + # via + # channels + # django-cors-headers + # django-debug-toolbar + # django-filter + # django-redis + # djangorestframework + # thenewboston +django-cors-headers==3.7.0 + # via thenewboston +django-debug-toolbar==3.2 + # via thenewboston +django-filter==2.4.0 + # via thenewboston +django-redis==4.12.1 + # via thenewboston +djangorestframework==3.12.2 + # via thenewboston +execnet==1.8.0 + # via pytest-xdist +factory-boy==3.2.0 + # via thenewboston +faker==8.0.0 + # via factory-boy +fakeredis[lua]==1.4.4 + # via -r base.in +flake8==3.8.4 + # via + # flake8-bugbear + # flake8-builtins + # flake8-coding + # flake8-docstrings + # flake8-polyfill + # flake8-quotes + # thenewboston +flake8-bugbear==20.11.1 + # via thenewboston +flake8-builtins==1.5.3 + # via thenewboston +flake8-coding==1.3.2 + # via thenewboston +flake8-docstrings==1.5.0 + # via thenewboston +flake8-import-order==0.18.1 + # via thenewboston +flake8-polyfill==1.0.2 + # via thenewboston +flake8-quotes==3.2.0 + # via thenewboston +flower==0.9.5 + # via -r base.in +freezegun==1.1.0 + # via thenewboston +hiredis==2.0.0 + # via aioredis +humanize==3.3.0 + # via flower +hyperlink==21.0.0 + # via + # autobahn + # twisted +idna==2.10 + # via + # hyperlink + # requests + # twisted +incremental==21.3.0 + # via twisted +iniconfig==1.1.1 + # via pytest +iptools==0.7.0 + # via thenewboston +kombu==4.6.11 + # via celery +lupa==1.9 + # via fakeredis +mccabe==0.6.1 + # via flake8 +msgpack==0.6.2 + # via channels-redis +packaging==20.9 + # via pytest +pluggy==0.13.1 + # via pytest +prometheus-client==0.8.0 + # via flower +psycopg2==2.8.6 + # via -r base.in +ptable==0.9.2 + # via thenewboston +py==1.10.0 + # via + # pytest + # pytest-forked +pyasn1==0.4.8 + # via + # pyasn1-modules + # service-identity +pyasn1-modules==0.2.8 + # via service-identity +pycodestyle==2.6.0 + # via + # flake8 + # flake8-import-order + # thenewboston +pycparser==2.20 + # via cffi +pydocstyle==6.0.0 + # via flake8-docstrings +pyflakes==2.2.0 + # via flake8 +pynacl==1.4.0 + # via thenewboston +pyopenssl==20.0.1 + # via twisted +pyparsing==2.4.7 + # via packaging +pytest==6.2.2 + # via + # pytest-asyncio + # pytest-cov + # pytest-django + # pytest-forked + # pytest-xdist + # thenewboston +pytest-asyncio==0.14.0 + # via thenewboston +pytest-cov==2.11.1 + # via thenewboston +pytest-django==4.1.0 + # via thenewboston +pytest-forked==1.3.0 + # via pytest-xdist +pytest-xdist==2.2.1 + # via thenewboston +python-dateutil==2.8.1 + # via + # faker + # freezegun +pytz==2021.1 + # via + # celery + # django + # flower +redis==3.5.3 + # via + # -r base.in + # django-redis + # fakeredis +requests==2.25.1 + # via + # requests-mock + # thenewboston +requests-mock==1.8.0 + # via thenewboston +sentry-sdk==0.19.5 + # via thenewboston +service-identity==18.1.0 + # via twisted +six==1.15.0 + # via + # automat + # fakeredis + # pynacl + # pyopenssl + # python-dateutil + # requests-mock +snowballstemmer==2.1.0 + # via pydocstyle +sortedcontainers==2.3.0 + # via fakeredis +sqlparse==0.4.2 + # via + # django + # django-debug-toolbar +tblib==1.7.0 + # via -r base.in +text-unidecode==1.3 + # via faker +thenewboston==0.2.3 + # via -r base.in +toml==0.10.2 + # via pytest +tornado==6.1 + # via flower +twisted[tls]==21.2.0 + # via daphne +txaio==21.2.1 + # via autobahn +urllib3==1.26.4 + # via + # requests + # sentry-sdk +vine==1.3.0 + # via + # amqp + # celery +wheel==0.35.1 + # via thenewboston +zope.interface==5.3.0 + # via twisted # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/local.txt b/requirements/local.txt index 1f1f89c..a04b036 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -4,113 +4,301 @@ # # pip-compile --output-file=requirements/local.txt requirements/local.in # -aioredis==1.3.1 # via channels-redis -alabaster==0.7.12 # via sphinx -amqp==2.6.1 # via kombu -apipkg==1.5 # via execnet -asgiref==3.3.4 # via channels, channels-redis, daphne, django -async-timeout==3.0.1 # via aioredis -attrs==20.3.0 # via automat, flake8-bugbear, pytest, service-identity, twisted -autobahn==21.3.1 # via daphne -automat==20.2.0 # via twisted -babel==2.9.0 # via sphinx -billiard==3.6.4.0 # via celery -celery==4.4.2 # via -r requirements/base.in, flower -certifi==2020.12.5 # via requests, sentry-sdk -cffi==1.14.5 # via cryptography, pynacl -channels-redis==2.4.2 # via thenewboston -channels==2.4.0 # via channels-redis, thenewboston -chardet==4.0.0 # via requests -constantly==15.1.0 # via twisted -coverage==5.5 # via pytest-cov -cryptography==3.4.7 # via -r requirements/base.in, autobahn, pyopenssl, service-identity -daphne==2.5.0 # via channels -django-cors-headers==3.7.0 # via thenewboston -django-debug-toolbar==3.2 # via thenewboston -django-filter==2.4.0 # via thenewboston -django-redis==4.12.1 # via thenewboston -django==3.1.8 # via channels, django-cors-headers, django-debug-toolbar, django-filter, django-redis, djangorestframework, thenewboston -djangorestframework==3.12.2 # via thenewboston -docutils==0.17 # via sphinx -execnet==1.8.0 # via pytest-xdist -factory-boy==3.2.0 # via thenewboston -faker==8.0.0 # via factory-boy -fakeredis[lua]==1.4.4 # via -r requirements/base.in -flake8-bugbear==20.11.1 # via thenewboston -flake8-builtins==1.5.3 # via thenewboston -flake8-coding==1.3.2 # via thenewboston -flake8-docstrings==1.5.0 # via thenewboston -flake8-import-order==0.18.1 # via thenewboston -flake8-polyfill==1.0.2 # via thenewboston -flake8-quotes==3.2.0 # via thenewboston -flake8==3.8.4 # via flake8-bugbear, flake8-builtins, flake8-coding, flake8-docstrings, flake8-polyfill, flake8-quotes, thenewboston -flower==0.9.5 # via -r requirements/base.in -freezegun==1.1.0 # via thenewboston -hiredis==2.0.0 # via aioredis -humanize==3.3.0 # via flower -hyperlink==21.0.0 # via autobahn, twisted -idna==2.10 # via hyperlink, requests, twisted -imagesize==1.2.0 # via sphinx -incremental==21.3.0 # via twisted -iniconfig==1.1.1 # via pytest -iptools==0.7.0 # via thenewboston -jinja2==2.11.3 # via sphinx -kombu==4.6.11 # via celery -lupa==1.9 # via fakeredis -markupsafe==1.1.1 # via jinja2 -mccabe==0.6.1 # via flake8 -msgpack==0.6.2 # via channels-redis -packaging==20.9 # via pytest, sphinx -pluggy==0.13.1 # via pytest -prometheus-client==0.8.0 # via flower -psycopg2==2.8.6 # via -r requirements/base.in -ptable==0.9.2 # via thenewboston -py==1.10.0 # via pytest, pytest-forked -pyasn1-modules==0.2.8 # via service-identity -pyasn1==0.4.8 # via pyasn1-modules, service-identity -pycodestyle==2.6.0 # via flake8, flake8-import-order, thenewboston -pycparser==2.20 # via cffi -pydocstyle==6.0.0 # via flake8-docstrings -pyflakes==2.2.0 # via flake8 -pygments==2.8.1 # via sphinx -pynacl==1.4.0 # via thenewboston -pyopenssl==20.0.1 # via twisted -pyparsing==2.4.7 # via packaging -pytest-asyncio==0.14.0 # via thenewboston -pytest-cov==2.11.1 # via thenewboston -pytest-django==4.1.0 # via thenewboston -pytest-forked==1.3.0 # via pytest-xdist -pytest-xdist==2.2.1 # via thenewboston -pytest==6.2.2 # via pytest-asyncio, pytest-cov, pytest-django, pytest-forked, pytest-xdist, thenewboston -python-dateutil==2.8.1 # via faker, freezegun -pytz==2021.1 # via babel, celery, django, flower -redis==3.5.3 # via -r requirements/base.in, django-redis, fakeredis -requests-mock==1.8.0 # via thenewboston -requests==2.25.1 # via requests-mock, sphinx, thenewboston -sentry-sdk==0.19.5 # via thenewboston -service-identity==18.1.0 # via twisted -six==1.15.0 # via automat, fakeredis, pynacl, pyopenssl, python-dateutil, requests-mock -snowballstemmer==2.1.0 # via pydocstyle, sphinx -sortedcontainers==2.3.0 # via fakeredis -sphinx==3.3.1 # via -r requirements/local.in -sphinxcontrib-applehelp==1.0.2 # via sphinx -sphinxcontrib-devhelp==1.0.2 # via sphinx -sphinxcontrib-htmlhelp==1.0.3 # via sphinx -sphinxcontrib-jsmath==1.0.1 # via sphinx -sphinxcontrib-qthelp==1.0.3 # via sphinx -sphinxcontrib-serializinghtml==1.1.4 # via sphinx -sqlparse==0.4.1 # via django, django-debug-toolbar -tblib==1.7.0 # via -r requirements/base.in -text-unidecode==1.3 # via faker -thenewboston==0.2.3 # via -r requirements/base.in -toml==0.10.2 # via pytest -tornado==6.1 # via flower -twisted[tls]==21.2.0 # via daphne -txaio==21.2.1 # via autobahn -urllib3==1.26.4 # via requests, sentry-sdk -vine==1.3.0 # via amqp, celery -wheel==0.35.1 # via thenewboston -zope.interface==5.3.0 # via twisted +aioredis==1.3.1 + # via channels-redis +alabaster==0.7.12 + # via sphinx +amqp==2.6.1 + # via kombu +apipkg==1.5 + # via execnet +asgiref==3.3.4 + # via + # channels + # channels-redis + # daphne + # django +async-timeout==3.0.1 + # via aioredis +attrs==20.3.0 + # via + # automat + # flake8-bugbear + # pytest + # service-identity + # twisted +autobahn==21.3.1 + # via daphne +automat==20.2.0 + # via twisted +babel==2.9.0 + # via sphinx +billiard==3.6.4.0 + # via celery +celery==4.4.2 + # via + # -r base.in + # flower +certifi==2020.12.5 + # via + # requests + # sentry-sdk +cffi==1.14.5 + # via + # cryptography + # pynacl +channels==2.4.0 + # via + # channels-redis + # thenewboston +channels-redis==2.4.2 + # via thenewboston +chardet==4.0.0 + # via requests +constantly==15.1.0 + # via twisted +coverage==5.5 + # via pytest-cov +cryptography==3.4.7 + # via + # -r base.in + # autobahn + # pyopenssl + # service-identity +daphne==2.5.0 + # via channels +django==3.1.8 + # via + # channels + # django-cors-headers + # django-debug-toolbar + # django-filter + # django-redis + # djangorestframework + # thenewboston +django-cors-headers==3.7.0 + # via thenewboston +django-debug-toolbar==3.2 + # via thenewboston +django-filter==2.4.0 + # via thenewboston +django-redis==4.12.1 + # via thenewboston +djangorestframework==3.12.2 + # via thenewboston +docutils==0.17 + # via sphinx +execnet==1.8.0 + # via pytest-xdist +factory-boy==3.2.0 + # via thenewboston +faker==8.0.0 + # via factory-boy +fakeredis[lua]==1.4.4 + # via -r base.in +flake8==3.8.4 + # via + # flake8-bugbear + # flake8-builtins + # flake8-coding + # flake8-docstrings + # flake8-polyfill + # flake8-quotes + # thenewboston +flake8-bugbear==20.11.1 + # via thenewboston +flake8-builtins==1.5.3 + # via thenewboston +flake8-coding==1.3.2 + # via thenewboston +flake8-docstrings==1.5.0 + # via thenewboston +flake8-import-order==0.18.1 + # via thenewboston +flake8-polyfill==1.0.2 + # via thenewboston +flake8-quotes==3.2.0 + # via thenewboston +flower==0.9.5 + # via -r base.in +freezegun==1.1.0 + # via thenewboston +hiredis==2.0.0 + # via aioredis +humanize==3.3.0 + # via flower +hyperlink==21.0.0 + # via + # autobahn + # twisted +idna==2.10 + # via + # hyperlink + # requests + # twisted +imagesize==1.2.0 + # via sphinx +incremental==21.3.0 + # via twisted +iniconfig==1.1.1 + # via pytest +iptools==0.7.0 + # via thenewboston +jinja2==2.11.3 + # via sphinx +kombu==4.6.11 + # via celery +lupa==1.9 + # via fakeredis +markupsafe==1.1.1 + # via jinja2 +mccabe==0.6.1 + # via flake8 +msgpack==0.6.2 + # via channels-redis +packaging==20.9 + # via + # pytest + # sphinx +pluggy==0.13.1 + # via pytest +prometheus-client==0.8.0 + # via flower +psycopg2==2.8.6 + # via -r base.in +ptable==0.9.2 + # via thenewboston +py==1.10.0 + # via + # pytest + # pytest-forked +pyasn1==0.4.8 + # via + # pyasn1-modules + # service-identity +pyasn1-modules==0.2.8 + # via service-identity +pycodestyle==2.6.0 + # via + # flake8 + # flake8-import-order + # thenewboston +pycparser==2.20 + # via cffi +pydocstyle==6.0.0 + # via flake8-docstrings +pyflakes==2.2.0 + # via flake8 +pygments==2.8.1 + # via sphinx +pynacl==1.4.0 + # via thenewboston +pyopenssl==20.0.1 + # via twisted +pyparsing==2.4.7 + # via packaging +pytest==6.2.2 + # via + # pytest-asyncio + # pytest-cov + # pytest-django + # pytest-forked + # pytest-xdist + # thenewboston +pytest-asyncio==0.14.0 + # via thenewboston +pytest-cov==2.11.1 + # via thenewboston +pytest-django==4.1.0 + # via thenewboston +pytest-forked==1.3.0 + # via pytest-xdist +pytest-xdist==2.2.1 + # via thenewboston +python-dateutil==2.8.1 + # via + # faker + # freezegun +pytz==2021.1 + # via + # babel + # celery + # django + # flower +redis==3.5.3 + # via + # -r base.in + # django-redis + # fakeredis +requests==2.25.1 + # via + # requests-mock + # sphinx + # thenewboston +requests-mock==1.8.0 + # via thenewboston +sentry-sdk==0.19.5 + # via thenewboston +service-identity==18.1.0 + # via twisted +six==1.15.0 + # via + # automat + # fakeredis + # pynacl + # pyopenssl + # python-dateutil + # requests-mock +snowballstemmer==2.1.0 + # via + # pydocstyle + # sphinx +sortedcontainers==2.3.0 + # via fakeredis +sphinx==3.3.1 + # via -r local.in +sphinxcontrib-applehelp==1.0.2 + # via sphinx +sphinxcontrib-devhelp==1.0.2 + # via sphinx +sphinxcontrib-htmlhelp==1.0.3 + # via sphinx +sphinxcontrib-jsmath==1.0.1 + # via sphinx +sphinxcontrib-qthelp==1.0.3 + # via sphinx +sphinxcontrib-serializinghtml==1.1.4 + # via sphinx +sqlparse==0.4.2 + # via + # django + # django-debug-toolbar +tblib==1.7.0 + # via -r base.in +text-unidecode==1.3 + # via faker +thenewboston==0.2.3 + # via -r base.in +toml==0.10.2 + # via pytest +tornado==6.1 + # via flower +twisted[tls]==21.2.0 + # via daphne +txaio==21.2.1 + # via autobahn +urllib3==1.26.4 + # via + # requests + # sentry-sdk +vine==1.3.0 + # via + # amqp + # celery +wheel==0.35.1 + # via thenewboston +zope.interface==5.3.0 + # via twisted # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/production.txt b/requirements/production.txt index 21701c9..1deac5c 100644 --- a/requirements/production.txt +++ b/requirements/production.txt @@ -4,99 +4,267 @@ # # pip-compile --output-file=requirements/production.txt requirements/production.in # -aioredis==1.3.1 # via channels-redis -amqp==2.6.1 # via kombu -apipkg==1.5 # via execnet -asgiref==3.3.4 # via channels, channels-redis, daphne, django -async-timeout==3.0.1 # via aioredis -attrs==20.3.0 # via automat, flake8-bugbear, pytest, service-identity, twisted -autobahn==21.3.1 # via daphne -automat==20.2.0 # via twisted -billiard==3.6.4.0 # via celery -celery==4.4.2 # via -r requirements/base.in, flower -certifi==2020.12.5 # via requests, sentry-sdk -cffi==1.14.5 # via cryptography, pynacl -channels-redis==2.4.2 # via thenewboston -channels==2.4.0 # via channels-redis, thenewboston -chardet==4.0.0 # via requests -constantly==15.1.0 # via twisted -coverage==5.5 # via pytest-cov -cryptography==3.4.7 # via -r requirements/base.in, autobahn, pyopenssl, service-identity -daphne==2.5.0 # via channels -django-cors-headers==3.7.0 # via thenewboston -django-debug-toolbar==3.2 # via thenewboston -django-filter==2.4.0 # via thenewboston -django-redis==4.12.1 # via thenewboston -django==3.1.8 # via channels, django-cors-headers, django-debug-toolbar, django-filter, django-redis, djangorestframework, thenewboston -djangorestframework==3.12.2 # via thenewboston -execnet==1.8.0 # via pytest-xdist -factory-boy==3.2.0 # via thenewboston -faker==8.0.0 # via factory-boy -fakeredis[lua]==1.4.4 # via -r requirements/base.in -flake8-bugbear==20.11.1 # via thenewboston -flake8-builtins==1.5.3 # via thenewboston -flake8-coding==1.3.2 # via thenewboston -flake8-docstrings==1.5.0 # via thenewboston -flake8-import-order==0.18.1 # via thenewboston -flake8-polyfill==1.0.2 # via thenewboston -flake8-quotes==3.2.0 # via thenewboston -flake8==3.8.4 # via flake8-bugbear, flake8-builtins, flake8-coding, flake8-docstrings, flake8-polyfill, flake8-quotes, thenewboston -flower==0.9.5 # via -r requirements/base.in -freezegun==1.1.0 # via thenewboston -hiredis==2.0.0 # via aioredis -humanize==3.3.0 # via flower -hyperlink==21.0.0 # via autobahn, twisted -idna==2.10 # via hyperlink, requests, twisted -incremental==21.3.0 # via twisted -iniconfig==1.1.1 # via pytest -iptools==0.7.0 # via thenewboston -kombu==4.6.11 # via celery -lupa==1.9 # via fakeredis -mccabe==0.6.1 # via flake8 -msgpack==0.6.2 # via channels-redis -packaging==20.9 # via pytest -pluggy==0.13.1 # via pytest -prometheus-client==0.8.0 # via flower -psycopg2==2.8.6 # via -r requirements/base.in -ptable==0.9.2 # via thenewboston -py==1.10.0 # via pytest, pytest-forked -pyasn1-modules==0.2.8 # via service-identity -pyasn1==0.4.8 # via pyasn1-modules, service-identity -pycodestyle==2.6.0 # via flake8, flake8-import-order, thenewboston -pycparser==2.20 # via cffi -pydocstyle==6.0.0 # via flake8-docstrings -pyflakes==2.2.0 # via flake8 -pynacl==1.4.0 # via thenewboston -pyopenssl==20.0.1 # via twisted -pyparsing==2.4.7 # via packaging -pytest-asyncio==0.14.0 # via thenewboston -pytest-cov==2.11.1 # via thenewboston -pytest-django==4.1.0 # via thenewboston -pytest-forked==1.3.0 # via pytest-xdist -pytest-xdist==2.2.1 # via thenewboston -pytest==6.2.2 # via pytest-asyncio, pytest-cov, pytest-django, pytest-forked, pytest-xdist, thenewboston -python-dateutil==2.8.1 # via faker, freezegun -pytz==2021.1 # via celery, django, flower -redis==3.5.3 # via -r requirements/base.in, django-redis, fakeredis -requests-mock==1.8.0 # via thenewboston -requests==2.25.1 # via requests-mock, thenewboston -sentry-sdk==0.19.5 # via thenewboston -service-identity==18.1.0 # via twisted -six==1.15.0 # via automat, fakeredis, pynacl, pyopenssl, python-dateutil, requests-mock -snowballstemmer==2.1.0 # via pydocstyle -sortedcontainers==2.3.0 # via fakeredis -sqlparse==0.4.1 # via django, django-debug-toolbar -tblib==1.7.0 # via -r requirements/base.in -text-unidecode==1.3 # via faker -thenewboston==0.2.3 # via -r requirements/base.in -toml==0.10.2 # via pytest -tornado==6.1 # via flower -twisted[tls]==21.2.0 # via daphne -txaio==21.2.1 # via autobahn -urllib3==1.26.4 # via requests, sentry-sdk -vine==1.3.0 # via amqp, celery -wheel==0.35.1 # via thenewboston -zope.interface==5.3.0 # via twisted +aioredis==1.3.1 + # via channels-redis +amqp==2.6.1 + # via kombu +apipkg==1.5 + # via execnet +asgiref==3.3.4 + # via + # channels + # channels-redis + # daphne + # django +async-timeout==3.0.1 + # via aioredis +attrs==20.3.0 + # via + # automat + # flake8-bugbear + # pytest + # service-identity + # twisted +autobahn==21.3.1 + # via daphne +automat==20.2.0 + # via twisted +billiard==3.6.4.0 + # via celery +celery==4.4.2 + # via + # -r base.in + # flower +certifi==2020.12.5 + # via + # requests + # sentry-sdk +cffi==1.14.5 + # via + # cryptography + # pynacl +channels==2.4.0 + # via + # channels-redis + # thenewboston +channels-redis==2.4.2 + # via thenewboston +chardet==4.0.0 + # via requests +constantly==15.1.0 + # via twisted +coverage==5.5 + # via pytest-cov +cryptography==3.4.7 + # via + # -r base.in + # autobahn + # pyopenssl + # service-identity +daphne==2.5.0 + # via channels +django==3.1.8 + # via + # channels + # django-cors-headers + # django-debug-toolbar + # django-filter + # django-redis + # djangorestframework + # thenewboston +django-cors-headers==3.7.0 + # via thenewboston +django-debug-toolbar==3.2 + # via thenewboston +django-filter==2.4.0 + # via thenewboston +django-redis==4.12.1 + # via thenewboston +djangorestframework==3.12.2 + # via thenewboston +execnet==1.8.0 + # via pytest-xdist +factory-boy==3.2.0 + # via thenewboston +faker==8.0.0 + # via factory-boy +fakeredis[lua]==1.4.4 + # via -r base.in +flake8==3.8.4 + # via + # flake8-bugbear + # flake8-builtins + # flake8-coding + # flake8-docstrings + # flake8-polyfill + # flake8-quotes + # thenewboston +flake8-bugbear==20.11.1 + # via thenewboston +flake8-builtins==1.5.3 + # via thenewboston +flake8-coding==1.3.2 + # via thenewboston +flake8-docstrings==1.5.0 + # via thenewboston +flake8-import-order==0.18.1 + # via thenewboston +flake8-polyfill==1.0.2 + # via thenewboston +flake8-quotes==3.2.0 + # via thenewboston +flower==0.9.5 + # via -r base.in +freezegun==1.1.0 + # via thenewboston +hiredis==2.0.0 + # via aioredis +humanize==3.3.0 + # via flower +hyperlink==21.0.0 + # via + # autobahn + # twisted +idna==2.10 + # via + # hyperlink + # requests + # twisted +incremental==21.3.0 + # via twisted +iniconfig==1.1.1 + # via pytest +iptools==0.7.0 + # via thenewboston +kombu==4.6.11 + # via celery +lupa==1.9 + # via fakeredis +mccabe==0.6.1 + # via flake8 +msgpack==0.6.2 + # via channels-redis +packaging==20.9 + # via pytest +pluggy==0.13.1 + # via pytest +prometheus-client==0.8.0 + # via flower +psycopg2==2.8.6 + # via -r base.in +ptable==0.9.2 + # via thenewboston +py==1.10.0 + # via + # pytest + # pytest-forked +pyasn1==0.4.8 + # via + # pyasn1-modules + # service-identity +pyasn1-modules==0.2.8 + # via service-identity +pycodestyle==2.6.0 + # via + # flake8 + # flake8-import-order + # thenewboston +pycparser==2.20 + # via cffi +pydocstyle==6.0.0 + # via flake8-docstrings +pyflakes==2.2.0 + # via flake8 +pynacl==1.4.0 + # via thenewboston +pyopenssl==20.0.1 + # via twisted +pyparsing==2.4.7 + # via packaging +pytest==6.2.2 + # via + # pytest-asyncio + # pytest-cov + # pytest-django + # pytest-forked + # pytest-xdist + # thenewboston +pytest-asyncio==0.14.0 + # via thenewboston +pytest-cov==2.11.1 + # via thenewboston +pytest-django==4.1.0 + # via thenewboston +pytest-forked==1.3.0 + # via pytest-xdist +pytest-xdist==2.2.1 + # via thenewboston +python-dateutil==2.8.1 + # via + # faker + # freezegun +pytz==2021.1 + # via + # celery + # django + # flower +redis==3.5.3 + # via + # -r base.in + # django-redis + # fakeredis +requests==2.25.1 + # via + # requests-mock + # thenewboston +requests-mock==1.8.0 + # via thenewboston +sentry-sdk==0.19.5 + # via thenewboston +service-identity==18.1.0 + # via twisted +six==1.15.0 + # via + # automat + # fakeredis + # pynacl + # pyopenssl + # python-dateutil + # requests-mock +snowballstemmer==2.1.0 + # via pydocstyle +sortedcontainers==2.3.0 + # via fakeredis +sqlparse==0.4.2 + # via + # django + # django-debug-toolbar +tblib==1.7.0 + # via -r base.in +text-unidecode==1.3 + # via faker +thenewboston==0.2.3 + # via -r base.in +toml==0.10.2 + # via pytest +tornado==6.1 + # via flower +twisted[tls]==21.2.0 + # via daphne +txaio==21.2.1 + # via autobahn +urllib3==1.26.4 + # via + # requests + # sentry-sdk +vine==1.3.0 + # via + # amqp + # celery +wheel==0.35.1 + # via thenewboston +zope.interface==5.3.0 + # via twisted # The following packages are considered to be unsafe in a requirements file: # setuptools diff --git a/requirements/staging.txt b/requirements/staging.txt index 335cde8..f87a065 100644 --- a/requirements/staging.txt +++ b/requirements/staging.txt @@ -4,99 +4,267 @@ # # pip-compile --output-file=requirements/staging.txt requirements/staging.in # -aioredis==1.3.1 # via channels-redis -amqp==2.6.1 # via kombu -apipkg==1.5 # via execnet -asgiref==3.3.4 # via channels, channels-redis, daphne, django -async-timeout==3.0.1 # via aioredis -attrs==20.3.0 # via automat, flake8-bugbear, pytest, service-identity, twisted -autobahn==21.3.1 # via daphne -automat==20.2.0 # via twisted -billiard==3.6.4.0 # via celery -celery==4.4.2 # via -r requirements/base.in, flower -certifi==2020.12.5 # via requests, sentry-sdk -cffi==1.14.5 # via cryptography, pynacl -channels-redis==2.4.2 # via thenewboston -channels==2.4.0 # via channels-redis, thenewboston -chardet==4.0.0 # via requests -constantly==15.1.0 # via twisted -coverage==5.5 # via pytest-cov -cryptography==3.4.7 # via -r requirements/base.in, autobahn, pyopenssl, service-identity -daphne==2.5.0 # via channels -django-cors-headers==3.7.0 # via thenewboston -django-debug-toolbar==3.2 # via thenewboston -django-filter==2.4.0 # via thenewboston -django-redis==4.12.1 # via thenewboston -django==3.1.8 # via channels, django-cors-headers, django-debug-toolbar, django-filter, django-redis, djangorestframework, thenewboston -djangorestframework==3.12.2 # via thenewboston -execnet==1.8.0 # via pytest-xdist -factory-boy==3.2.0 # via thenewboston -faker==8.0.0 # via factory-boy -fakeredis[lua]==1.4.4 # via -r requirements/base.in -flake8-bugbear==20.11.1 # via thenewboston -flake8-builtins==1.5.3 # via thenewboston -flake8-coding==1.3.2 # via thenewboston -flake8-docstrings==1.5.0 # via thenewboston -flake8-import-order==0.18.1 # via thenewboston -flake8-polyfill==1.0.2 # via thenewboston -flake8-quotes==3.2.0 # via thenewboston -flake8==3.8.4 # via flake8-bugbear, flake8-builtins, flake8-coding, flake8-docstrings, flake8-polyfill, flake8-quotes, thenewboston -flower==0.9.5 # via -r requirements/base.in -freezegun==1.1.0 # via thenewboston -hiredis==2.0.0 # via aioredis -humanize==3.3.0 # via flower -hyperlink==21.0.0 # via autobahn, twisted -idna==2.10 # via hyperlink, requests, twisted -incremental==21.3.0 # via twisted -iniconfig==1.1.1 # via pytest -iptools==0.7.0 # via thenewboston -kombu==4.6.11 # via celery -lupa==1.9 # via fakeredis -mccabe==0.6.1 # via flake8 -msgpack==0.6.2 # via channels-redis -packaging==20.9 # via pytest -pluggy==0.13.1 # via pytest -prometheus-client==0.8.0 # via flower -psycopg2==2.8.6 # via -r requirements/base.in -ptable==0.9.2 # via thenewboston -py==1.10.0 # via pytest, pytest-forked -pyasn1-modules==0.2.8 # via service-identity -pyasn1==0.4.8 # via pyasn1-modules, service-identity -pycodestyle==2.6.0 # via flake8, flake8-import-order, thenewboston -pycparser==2.20 # via cffi -pydocstyle==6.0.0 # via flake8-docstrings -pyflakes==2.2.0 # via flake8 -pynacl==1.4.0 # via thenewboston -pyopenssl==20.0.1 # via twisted -pyparsing==2.4.7 # via packaging -pytest-asyncio==0.14.0 # via thenewboston -pytest-cov==2.11.1 # via thenewboston -pytest-django==4.1.0 # via thenewboston -pytest-forked==1.3.0 # via pytest-xdist -pytest-xdist==2.2.1 # via thenewboston -pytest==6.2.2 # via pytest-asyncio, pytest-cov, pytest-django, pytest-forked, pytest-xdist, thenewboston -python-dateutil==2.8.1 # via faker, freezegun -pytz==2021.1 # via celery, django, flower -redis==3.5.3 # via -r requirements/base.in, django-redis, fakeredis -requests-mock==1.8.0 # via thenewboston -requests==2.25.1 # via requests-mock, thenewboston -sentry-sdk==0.19.5 # via thenewboston -service-identity==18.1.0 # via twisted -six==1.15.0 # via automat, fakeredis, pynacl, pyopenssl, python-dateutil, requests-mock -snowballstemmer==2.1.0 # via pydocstyle -sortedcontainers==2.3.0 # via fakeredis -sqlparse==0.4.1 # via django, django-debug-toolbar -tblib==1.7.0 # via -r requirements/base.in -text-unidecode==1.3 # via faker -thenewboston==0.2.3 # via -r requirements/base.in -toml==0.10.2 # via pytest -tornado==6.1 # via flower -twisted[tls]==21.2.0 # via daphne -txaio==21.2.1 # via autobahn -urllib3==1.26.4 # via requests, sentry-sdk -vine==1.3.0 # via amqp, celery -wheel==0.35.1 # via thenewboston -zope.interface==5.3.0 # via twisted +aioredis==1.3.1 + # via channels-redis +amqp==2.6.1 + # via kombu +apipkg==1.5 + # via execnet +asgiref==3.3.4 + # via + # channels + # channels-redis + # daphne + # django +async-timeout==3.0.1 + # via aioredis +attrs==20.3.0 + # via + # automat + # flake8-bugbear + # pytest + # service-identity + # twisted +autobahn==21.3.1 + # via daphne +automat==20.2.0 + # via twisted +billiard==3.6.4.0 + # via celery +celery==4.4.2 + # via + # -r base.in + # flower +certifi==2020.12.5 + # via + # requests + # sentry-sdk +cffi==1.14.5 + # via + # cryptography + # pynacl +channels==2.4.0 + # via + # channels-redis + # thenewboston +channels-redis==2.4.2 + # via thenewboston +chardet==4.0.0 + # via requests +constantly==15.1.0 + # via twisted +coverage==5.5 + # via pytest-cov +cryptography==3.4.7 + # via + # -r base.in + # autobahn + # pyopenssl + # service-identity +daphne==2.5.0 + # via channels +django==3.1.8 + # via + # channels + # django-cors-headers + # django-debug-toolbar + # django-filter + # django-redis + # djangorestframework + # thenewboston +django-cors-headers==3.7.0 + # via thenewboston +django-debug-toolbar==3.2 + # via thenewboston +django-filter==2.4.0 + # via thenewboston +django-redis==4.12.1 + # via thenewboston +djangorestframework==3.12.2 + # via thenewboston +execnet==1.8.0 + # via pytest-xdist +factory-boy==3.2.0 + # via thenewboston +faker==8.0.0 + # via factory-boy +fakeredis[lua]==1.4.4 + # via -r base.in +flake8==3.8.4 + # via + # flake8-bugbear + # flake8-builtins + # flake8-coding + # flake8-docstrings + # flake8-polyfill + # flake8-quotes + # thenewboston +flake8-bugbear==20.11.1 + # via thenewboston +flake8-builtins==1.5.3 + # via thenewboston +flake8-coding==1.3.2 + # via thenewboston +flake8-docstrings==1.5.0 + # via thenewboston +flake8-import-order==0.18.1 + # via thenewboston +flake8-polyfill==1.0.2 + # via thenewboston +flake8-quotes==3.2.0 + # via thenewboston +flower==0.9.5 + # via -r base.in +freezegun==1.1.0 + # via thenewboston +hiredis==2.0.0 + # via aioredis +humanize==3.3.0 + # via flower +hyperlink==21.0.0 + # via + # autobahn + # twisted +idna==2.10 + # via + # hyperlink + # requests + # twisted +incremental==21.3.0 + # via twisted +iniconfig==1.1.1 + # via pytest +iptools==0.7.0 + # via thenewboston +kombu==4.6.11 + # via celery +lupa==1.9 + # via fakeredis +mccabe==0.6.1 + # via flake8 +msgpack==0.6.2 + # via channels-redis +packaging==20.9 + # via pytest +pluggy==0.13.1 + # via pytest +prometheus-client==0.8.0 + # via flower +psycopg2==2.8.6 + # via -r base.in +ptable==0.9.2 + # via thenewboston +py==1.10.0 + # via + # pytest + # pytest-forked +pyasn1==0.4.8 + # via + # pyasn1-modules + # service-identity +pyasn1-modules==0.2.8 + # via service-identity +pycodestyle==2.6.0 + # via + # flake8 + # flake8-import-order + # thenewboston +pycparser==2.20 + # via cffi +pydocstyle==6.0.0 + # via flake8-docstrings +pyflakes==2.2.0 + # via flake8 +pynacl==1.4.0 + # via thenewboston +pyopenssl==20.0.1 + # via twisted +pyparsing==2.4.7 + # via packaging +pytest==6.2.2 + # via + # pytest-asyncio + # pytest-cov + # pytest-django + # pytest-forked + # pytest-xdist + # thenewboston +pytest-asyncio==0.14.0 + # via thenewboston +pytest-cov==2.11.1 + # via thenewboston +pytest-django==4.1.0 + # via thenewboston +pytest-forked==1.3.0 + # via pytest-xdist +pytest-xdist==2.2.1 + # via thenewboston +python-dateutil==2.8.1 + # via + # faker + # freezegun +pytz==2021.1 + # via + # celery + # django + # flower +redis==3.5.3 + # via + # -r base.in + # django-redis + # fakeredis +requests==2.25.1 + # via + # requests-mock + # thenewboston +requests-mock==1.8.0 + # via thenewboston +sentry-sdk==0.19.5 + # via thenewboston +service-identity==18.1.0 + # via twisted +six==1.15.0 + # via + # automat + # fakeredis + # pynacl + # pyopenssl + # python-dateutil + # requests-mock +snowballstemmer==2.1.0 + # via pydocstyle +sortedcontainers==2.3.0 + # via fakeredis +sqlparse==0.4.2 + # via + # django + # django-debug-toolbar +tblib==1.7.0 + # via -r base.in +text-unidecode==1.3 + # via faker +thenewboston==0.2.3 + # via -r base.in +toml==0.10.2 + # via pytest +tornado==6.1 + # via flower +twisted[tls]==21.2.0 + # via daphne +txaio==21.2.1 + # via autobahn +urllib3==1.26.4 + # via + # requests + # sentry-sdk +vine==1.3.0 + # via + # amqp + # celery +wheel==0.35.1 + # via thenewboston +zope.interface==5.3.0 + # via twisted # The following packages are considered to be unsafe in a requirements file: # setuptools