Compare commits
4 Commits
playing-wi
...
70d6794a3c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70d6794a3c | ||
|
|
ed5c9bf173 | ||
|
|
786cddba4d | ||
|
|
cbaab5fb92 |
@@ -8,7 +8,11 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
RUN pip install --no-cache-dir flask
|
RUN pip install --no-cache-dir \
|
||||||
|
flask \
|
||||||
|
google-api-python-client \
|
||||||
|
google-auth-httplib2 \
|
||||||
|
google-auth-oauthlib
|
||||||
|
|
||||||
COPY app.py Makefile ./
|
COPY app.py Makefile ./
|
||||||
COPY scripts/ ./scripts/
|
COPY scripts/ ./scripts/
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "fuj-management"
|
name = "fuj-management"
|
||||||
version = "0.02"
|
version = "0.05"
|
||||||
description = "Management tools for FUJ (Frisbee Ultimate Jablonec)"
|
description = "Management tools for FUJ (Frisbee Ultimate Jablonec)"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"flask>=3.1.3",
|
"flask>=3.1.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user