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