Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
70d6794a3c | ||
|
|
ed5c9bf173 | ||
|
|
786cddba4d |
@@ -8,7 +8,11 @@ ENV PYTHONUNBUFFERED=1
|
||||
|
||||
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 scripts/ ./scripts/
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "fuj-management"
|
||||
version = "0.03"
|
||||
version = "0.05"
|
||||
description = "Management tools for FUJ (Frisbee Ultimate Jablonec)"
|
||||
dependencies = [
|
||||
"flask>=3.1.3",
|
||||
|
||||
Reference in New Issue
Block a user