Skip to content

Commit

Permalink
Added flas-login to requirements.txt and updated docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
mario872 committed Nov 9, 2024
1 parent 1b40634 commit a18f871
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

FROM python:3.11-slim-bullseye
LABEL maintainer="jamesaglynn10@gmail.com"
LABEL version="0.36"
LABEL version="0.37"
LABEL description="This is the docker image for Class Forge"

ENV IN_DOCKER=true
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ python-dateutil~=2.9.0.post0
Werkzeug~=3.0.1
requests
ics
pytz
pytz
flask-login
2 changes: 1 addition & 1 deletion templates/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.36
0.37

0 comments on commit a18f871

Please sign in to comment.