Skip to content

Commit

Permalink
Merge pull request #57 from noisebridge/superq/more_fixes
Browse files Browse the repository at this point in the history
Rollback requirements
  • Loading branch information
SuperQ authored Nov 29, 2023
2 parents e5bc8e0 + 3b2f37a commit 8cbdfac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11
FROM python:3.8
COPY . /app
WORKDIR /app
RUN mkdir /var/log/donate && \
Expand Down
17 changes: 10 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
Babel==2.9.1
Flask==2.3.3
Flask-Migrate==3.1.0
Flask-SQLAlchemy==3.1.1
Babel==2.6.0
Flask==1.1.4
Flask-Migrate==2.3.1
Flask-SQLAlchemy==2.5.1
SQLAlchemy==1.4.50
GitPython==3.0.9
git+https://github.com/xeBuz/[email protected]#egg=Flask-Validator
pdoc==14.1.0
pdoc==0.3.2
pytest==5.3.5
pytest-cov==2.7.1
python-dotenv==0.10.1
sadisplay==0.4.9
Werkzeug==2.3.8
Werkzeug==1.0.1
stripe==2.17.0
rfc3339==6.0
ansicolors==1.1.8
mysqlclient==1.4.2
markdown==3.4.4
prometheus_client==0.7.1
requests==2.24.0
Jinja2==2.11.3
itsdangerous==1.1.0
MarkupSafe==1.1.1

0 comments on commit 8cbdfac

Please sign in to comment.