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 7b9e802 commit a2241f1Copy full SHA for a2241f1
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools>=21.0.0"]
3
+build-backend = "setuptools.build_meta"
setup.py
@@ -6,7 +6,6 @@
6
'reactivex >= 4.0.4',
7
'certifi >= 14.05.14',
8
'python_dateutil >= 2.5.3',
9
- 'setuptools >= 21.0.0',
10
'urllib3 >= 1.26.0',
11
'pyarrow >= 8.0.0'
12
]
0 commit comments