Skip to content

Commit 38a6f71

Browse files
committed
Using compatible versions instead
1 parent 9f20460 commit 38a6f71

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

requirements.txt

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
# Runtime requirements
22

3-
flask==1.1.2 # BSD 3-Clause
4-
Flask-SQLAlchemy==2.5.1 # BSD 3-Clause
5-
Flask-Migrate==2.7.0 # MIT
6-
Flask-Marshmallow==0.14.0 # MIT
7-
marshmallow-sqlalchemy==0.25.0 # MIT
3+
flask~=2.0.1 # BSD 3-Clause
4+
Flask-SQLAlchemy~=2.5.1 # BSD 3-Clause
5+
Flask-Migrate~=2.7.0 # MIT
6+
Flask-Marshmallow~=0.14.0 # MIT
7+
marshmallow-sqlalchemy~=0.25.0 # MIT
8+
flask-smorest~=0.31.2 # MIT
89

9-
psycopg2==2.9.1 # LGPL with exceptions
10+
psycopg2~=2.9.1 # LGPL with exceptions
1011

11-
Flask-OIDC==1.4.0 # MIT
12-
requests_oauthlib==1.3.0 # ISC
12+
Flask-OIDC~=1.4.0 # MIT
13+
requests_oauthlib~=1.3.0 # ISC
1314

14-
cli-ui==0.12 # BSD 3-Clause
15-
halo==0.0.31 # MIT
15+
cli-ui~=0.12 # BSD 3-Clause
16+
halo~=0.0.31 # MIT

0 commit comments

Comments
 (0)