We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644423d commit b47fb9fCopy full SHA for b47fb9f
requirements/base.in
@@ -36,3 +36,6 @@ marshmallow-sqlalchemy>=1.3.0,<1.4.1
36
37
# needed for python 3.12 support
38
openapi-schema-validator>=0.6.3
39
+
40
+# needed when using the flask-cors extension
41
+.[cors]
requirements/base.txt
@@ -104,6 +104,7 @@ flask==2.3.3
104
# flask-babel
105
# flask-caching
106
# flask-compress
107
+ # flask-cors
108
# flask-jwt-extended
109
# flask-limiter
110
# flask-login
0 commit comments