Skip to content

Commit 722db93

Browse files
committed
Update dependencies to support Python 3.10
1 parent 9e8ba5e commit 722db93

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

backend/requirements.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
aniso8601==6.0.0
2-
Click==7.0
3-
Flask==1.0.3
4-
Flask-Cors==3.0.7
5-
Flask-RESTful==0.3.7
6-
Flask-SQLAlchemy==2.4.0
7-
itsdangerous==1.1.0
8-
Jinja2==2.10.1
9-
MarkupSafe==1.1.1
10-
psycopg2-binary==2.8.2
11-
pytz==2019.1
12-
six==1.12.0
13-
SQLAlchemy==1.3.4
14-
Werkzeug==0.15.5
1+
aniso8601>=9.0.1
2+
Click>=8.0.0
3+
Flask>=2.0.0
4+
Flask-Cors>=3.0.10
5+
Flask-RESTful>=0.3.9
6+
Flask-SQLAlchemy>=2.5.1
7+
itsdangerous>=2.0.0
8+
Jinja2>=3.0.0
9+
MarkupSafe>=2.0.0
10+
psycopg2-binary>=2.9.0
11+
pytz>=2021.1
12+
six>=1.16.0
13+
SQLAlchemy>=1.4.0
14+
Werkzeug>=2.0.0

0 commit comments

Comments
 (0)