Skip to content

Commit

Permalink
Merge pull request #119 from hibare/dev
Browse files Browse the repository at this point in the history
Restrict to Python 3.9 + Update Python dependencies
  • Loading branch information
hibare authored Dec 10, 2021
2 parents 843a0e8 + 9e3fd2b commit 39465a8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:slim as base
FROM python:3.9-slim as base

LABEL Github="hibare"

Expand Down
27 changes: 19 additions & 8 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@
#
--trusted-host pypi.org

apscheduler==3.8.0
apscheduler==3.8.1
# via django-apscheduler
asgiref==3.4.1
# via django
backports.zoneinfo==0.2.1
# via
# django
# pytz-deprecation-shim
# tzlocal
beautifulsoup4==4.10.0
# via -r requirements.in
dj-database-url==0.5.0
# via -r requirements.in
django==3.2.9
django==4.0
# via
# -r requirements.in
# django-apscheduler
Expand All @@ -38,32 +43,38 @@ drf-writable-nested==0.6.3
# via -r requirements.in
gunicorn==20.1.0
# via -r requirements.in
importlib-metadata==4.8.2
# via markdown
markdown==3.3.6
# via -r requirements.in
psycopg2-binary==2.9.2
# via -r requirements.in
pyjwt==2.1.0
pyjwt==2.3.0
# via djangorestframework-simplejwt
python-decouple==3.5
# via -r requirements.in
pytz==2021.3
# via
# apscheduler
# django
# via apscheduler
pytz-deprecation-shim==0.1.0.post0
# via tzlocal
pyyaml==6.0
# via -r requirements.in
six==1.16.0
# via apscheduler
soupsieve==2.3
soupsieve==2.3.1
# via beautifulsoup4
sqlparse==0.4.2
# via django
tzlocal==2.1
tzdata==2021.5
# via pytz-deprecation-shim
tzlocal==4.1
# via apscheduler
urllib3==1.26.7
# via -r requirements.in
whitenoise==5.3.0
# via -r requirements.in
zipp==3.6.0
# via importlib-metadata

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

0 comments on commit 39465a8

Please sign in to comment.