Skip to content

Commit c1978f0

Browse files
committed
freeze requirements (flask < 2, sqlalchemy < 1.4)
1 parent b6303f3 commit c1978f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
simplejson
2-
Flask>=1.0.1
2+
Flask>=1.0.1,<2
33
marshmallow==3.2.1
44
marshmallow_jsonapi==0.24.0
5-
sqlalchemy
5+
sqlalchemy<1.4

0 commit comments

Comments
 (0)