Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 16 additions & 42 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ appdirs==1.4.4
# via black
asgiref==3.4.1
# via django
asttokens==2.2.1
# via stack-data
async-timeout==4.0.2
# via redis
attrs==21.4.0
Expand Down Expand Up @@ -43,8 +45,6 @@ botocore==1.20.112
# via
# boto3
# s3transfer
cached-property==1.5.2
# via kombu
celery==5.1.2
# via -r requirements.in
certifi==2021.10.8
Expand Down Expand Up @@ -78,15 +78,10 @@ cryptography==37.0.2
# via
# django-auth-adfs
# paramiko
dataclasses==0.8
# via black
decorator==5.1.1
# via
# ipdb
# ipython
# traitlets
deprecated==1.2.13
# via redis
django==3.2.13
# via
# -r requirements.in
Expand Down Expand Up @@ -134,6 +129,8 @@ docutils==0.16
# sphinx-rtd-theme
envdir==1.0.1
# via -r requirements.in
executing==1.2.0
# via stack-data
fabric==2.7.0
# via -r requirements-dev.in
flake8==4.0.1
Expand All @@ -150,18 +147,6 @@ idna==3.3
# via requests
imagesize==1.3.0
# via sphinx
importlib-metadata==4.2.0
# via
# django-configurations
# flake8
# kombu
# markdown
# pep517
# pluggy
# pytest
# pytest-isort
# redis
# stevedore
iniconfig==1.1.1
# via pytest
invoke==1.7.1
Expand All @@ -170,12 +155,10 @@ invoke==1.7.1
# fabric
ipdb==0.13.9
# via -r requirements-dev.in
ipython==7.16.3
ipython==8.12.0
# via
# -r requirements-dev.in
# ipdb
ipython-genutils==0.2.0
# via traitlets
isort==5.10.1
# via pytest-isort
jedi==0.17.2
Expand All @@ -194,6 +177,8 @@ markdown==3.3.4
# via -r requirements.in
markupsafe==2.0.1
# via jinja2
matplotlib-inline==0.1.6
# via ipython
mccabe==0.6.1
# via flake8
model-bakery==1.5.0
Expand All @@ -206,7 +191,6 @@ packaging==21.3
# via
# bleach
# pytest
# redis
# sphinx
paramiko==2.11.0
# via fabric
Expand All @@ -228,14 +212,16 @@ pip-tools==6.4.0
# via -r requirements-dev.in
pluggy==0.13.1
# via pytest
prompt-toolkit==3.0.29
prompt-toolkit==3.0.38
# via
# click-repl
# ipython
psycopg2-binary==2.9.3
# via -r requirements.in
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycodestyle==2.8.0
Expand Down Expand Up @@ -285,7 +271,7 @@ pytz==2022.1
# babel
# celery
# django
redis==4.3.1
redis==4.4.4
# via django-redis
regex==2022.7.9
# via black
Expand All @@ -308,7 +294,6 @@ six==1.16.0
# paramiko
# pathlib2
# python-dateutil
# traitlets
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
Expand All @@ -335,6 +320,8 @@ sqlparse==0.4.2
# via
# django
# django-debug-toolbar
stack-data==0.6.2
# via ipython
stevedore==3.5.0
# via doc8
toml==0.10.2
Expand All @@ -347,17 +334,10 @@ tomli==1.2.3
# via
# coverage
# pep517
traitlets==4.3.3
# via ipython
typed-ast==1.5.4
# via black
typing-extensions==4.1.1
traitlets==5.9.0
# via
# asgiref
# async-timeout
# black
# importlib-metadata
# redis
# ipython
# matplotlib-inline
urllib3==1.26.9
# via
# botocore
Expand All @@ -383,12 +363,6 @@ wheel==0.37.1
# via pip-tools
whitenoise==5.3.0
# via -r requirements.in
wrapt==1.14.1
# via deprecated
zipp==3.6.0
# via
# importlib-metadata
# pep517

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
66 changes: 22 additions & 44 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ beautifulsoup4==4.11.1
# html2markdown
billiard==3.6.4.0
# via celery
bleach-whitelist==0.0.11
# via -r requirements.in
bleach==4.1.0
# via -r requirements.in
bleach-whitelist==0.0.11
# via -r requirements.in
boto3==1.17.61
# via -r requirements.in
botocore==1.20.112
# via
# boto3
# s3transfer
cached-property==1.5.2
# via kombu
celery==5.1.2
# via -r requirements.in
certifi==2021.10.8
Expand All @@ -38,22 +36,31 @@ cffi==1.15.0
# via cryptography
charset-normalizer==2.0.12
# via requests
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
click==7.1.2
# via
# celery
# click-didyoumean
# click-plugins
# click-repl
click-didyoumean==0.3.0
# via celery
click-plugins==1.1.1
# via celery
click-repl==0.2.0
# via celery
cryptography==37.0.2
# via django-auth-adfs
deprecated==1.2.13
# via redis
django==3.2.13
# via
# -r requirements.in
# django-auth-adfs
# django-clear-cache
# django-configurations
# django-extensions
# django-filter
# django-model-utils
# django-redis
# django-storages
django-auth-adfs==1.9.5
# via -r requirements.in
django-clear-cache==0.3
Expand All @@ -72,17 +79,6 @@ django-simple-history==3.0.0
# via -r requirements.in
django-storages==1.12.3
# via -r requirements.in
django==3.2.13
# via
# -r requirements.in
# django-auth-adfs
# django-clear-cache
# django-configurations
# django-extensions
# django-filter
# django-model-utils
# django-redis
# django-storages
docopt==0.6.2
# via notifications-python-client
envdir==1.0.1
Expand All @@ -95,12 +91,6 @@ html2markdown==0.1.7
# via -r requirements.in
idna==3.3
# via requests
importlib-metadata==4.8.3
# via
# django-configurations
# kombu
# markdown
# redis
jmespath==0.10.0
# via
# boto3
Expand All @@ -109,14 +99,12 @@ kombu==5.1.0
# via celery
lxml==4.8.0
# via -r requirements.in
markdown==3.3.7
markdown==3.3.4
# via -r requirements.in
notifications-python-client==6.3.0
# via -r requirements.in
packaging==21.3
# via
# bleach
# redis
# via bleach
prompt-toolkit==3.0.29
# via click-repl
psycopg2-binary==2.9.3
Expand All @@ -137,7 +125,7 @@ pytz==2022.1
# via
# celery
# django
redis==4.3.1
redis==4.4.4
# via django-redis
requests==2.27.1
# via
Expand All @@ -157,12 +145,6 @@ soupsieve==2.3.2.post1
# via beautifulsoup4
sqlparse==0.4.2
# via django
typing-extensions==4.1.1
# via
# asgiref
# async-timeout
# importlib-metadata
# redis
urllib3==1.26.9
# via
# botocore
Expand All @@ -180,10 +162,6 @@ webencodings==0.5.1
# via bleach
whitenoise==5.3.0
# via -r requirements.in
wrapt==1.14.1
# via deprecated
zipp==3.6.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# setuptools