Skip to content

Commit

Permalink
Add version constraints and update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuabach committed Oct 24, 2023
1 parent e41c1af commit 91f7a50
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Flask==2.0.2
Babel==2.9.1
Flask==2.2.5
mysql==0.0.3
mysqlclient==2.2.0
piecash==1.2.0
psycopg2==2.9.9
pycryptodome==3.18.0
babel==2.9.1
requests==2.27.1
Werkzeug==2.3.7
3 changes: 3 additions & 0 deletions src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,11 @@
# Piecash requires <3.12 until e9faaa3 is included in release over there
python_requires=">=3.8,<3.12",

# Flask <2.3 is required for encrypted_session, see #41
# Werkzeug <3.0.0 is required for Flask, see https://stackoverflow.com/a/77214086
install_requires=[
'Flask>=2.0.2,<2.3.0',
'Werkzeug<3.0.0',
'piecash>=1.2.0',
'pycryptodome>=3.12.0',
'babel>=2.9.1',
Expand Down

0 comments on commit 91f7a50

Please sign in to comment.