8000 update install requirements · srijan-deepsource/python-sasctl@37f0359 · GitHub
[go: up one dir, main page]

Skip to content

Commit 37f0359

Browse files
committed
update install requirements
1 parent 767c2b3 commit 37f0359

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,14 @@ def get_file(filename):
4141
include_package_data=True,
4242
packages=find_packages(where="src"),
4343
package_dir={"": "src"},
44-
python_requires='>=2.7',
44+
python_requires='>=3.5',
4545
install_requires=[
4646
'pandas',
4747
'scikit-learn',
4848
'requests',
4949
'six >= 1.11',
5050
'pyyaml',
51-
'packaging',
52-
'futures ; python_version <= "2.7"'
51+
'packaging'
5352
],
5453
extras_require={
5554
'swat': ['swat'],

0 commit comments

Comments
 (0)
0