Skip to content

Commit 3dd3950

Browse files
committed
Switching to 'compatible' requirements
1 parent 26be347 commit 3dd3950

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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~=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
88

9-
psycopg2==2.9.1 # LGPL with exceptions
9+
psycopg2~=2.9.1 # LGPL with exceptions
1010

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

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

0 commit comments

Comments
 (0)