Skip to content

Commit d71f8b6

Browse files
committed
Fixed requirement to avoid currently open issue: python-openapi/openapi-spec-validator#126
1 parent 3d4c17e commit d71f8b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

requirements.txt

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,8 @@ python_dateutil >= 2.6.0
1010
setuptools >= 21.0.0
1111

1212
Flask-SQLAlchemy == 2.4.3
13-
psycopg2-binary == 2.8.6
13+
psycopg2-binary == 2.8.6
14+
15+
openapi-spec-validator == 0.2.10
16+
click < 8.0
17+
Jinja2 < 3.0

0 commit comments

Comments
 (0)