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 0eda6f7 commit 614317fCopy full SHA for 614317f
pyproject.toml
@@ -1,8 +1,8 @@
1
[build-system]
2
requires = [
3
- "setuptools>=42",
+ "setuptools",
4
"wheel",
5
- "setuptools_scm>=6.2"
+ "setuptools_scm"
6
]
7
build-backend = "setuptools.build_meta"
8
requirements.txt
@@ -5,12 +5,13 @@ Deprecated
pytest
responses
python-dotenv
+setuptools
9
setuptools_scm
10
invoke
11
pylint
12
PyJWT
13
cachetools
14
inputimeout
-flask
15
+Flask
16
websockets
17
pandas
0 commit comments