Skip to content

Commit

Permalink
Update dependencies for docker containers
Browse files Browse the repository at this point in the history
Remove explicit chardet package from requirements
  • Loading branch information
LoanR committed Jul 17, 2023
1 parent 09f82c0 commit 5541a8d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/requirements.app.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ cachelib==0.9.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
celery==5.2.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
certifi==2022.12.7 ; python_full_version >= "3.8.1" and python_version < "4.0"
cffi==1.14.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
chardet==3.0.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
charset-normalizer==2.0.12 ; python_full_version >= "3.8.1" and python_version < "4.0"
click-didyoumean==0.3.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
click-plugins==1.1.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
Expand All @@ -27,7 +26,7 @@ flask-uploads==0.2.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask-wtf==1.0.1 ; python_full_version >= "3.8.1" and python_version < "4.0"
flask==2.2.5 ; python_full_version >= "3.8.1" and python_version < "4.0"
future==0.18.3 ; python_full_version >= "3.8.1" and python_version < "4.0"
greenlet==2.0.2 ; python_full_version >= "3.8.1" and platform_machine == "aarch64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "ppc64le" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "x86_64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "amd64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "AMD64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "win32" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "WIN32" and python_version < "4.0"
greenlet==2.0.2 ; python_full_version >= "3.8.1" and platform_machine == "win32" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "WIN32" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "AMD64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "amd64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "x86_64" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "ppc64le" and python_version < "4.0" or python_full_version >= "3.8.1" and platform_machine == "aarch64" and python_version < "4.0"
gunicorn==20.1.0 ; python_full_version >= "3.8.1" and python_version < "4.0"
idna==3.4 ; python_full_version >= "3.8.1" and python_version < "4.0"
importlib-metadata==6.6.0 ; python_full_version >= "3.8.1" and python_version < "3.10"
Expand Down

0 comments on commit 5541a8d

Please sign in to comment.