Skip to content

Commit 614317f

Browse files
committed
Fixed dependencies.
1 parent 0eda6f7 commit 614317f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[build-system]
22
requires = [
3-
"setuptools>=42",
3+
"setuptools",
44
"wheel",
5-
"setuptools_scm>=6.2"
5+
"setuptools_scm"
66
]
77
build-backend = "setuptools.build_meta"
88

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ Deprecated
55
pytest
66
responses
77
python-dotenv
8+
setuptools
89
setuptools_scm
910
invoke
1011
pylint
1112
PyJWT
1213
cachetools
1314
inputimeout
14-
flask
15+
Flask
1516
websockets
1617
pandas

0 commit comments

Comments
 (0)