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 8a4a515 commit 96470d2Copy full SHA for 96470d2
requirements.client.txt
@@ -3,6 +3,7 @@
3
.
4
aniso8601==1.2.0
5
click==8.1.8
6
+cython<3.0.0
7
Flask-RESTful==0.3.10
8
Flask-WTF==1.2.0
9
Flask==3.1.2
setup.py
@@ -117,6 +117,7 @@
117
},
118
install_requires=[
119
"six",
120
+ "cython<3.0.0",
121
"aniso8601==1.2.0",
122
"Flask==3.1.2",
123
"Flask-RESTful==0.3.10",
0 commit comments