Skip to content

Commit cf6fd03

Browse files
committed
- setuptools excluded from requirements
1 parent b9dadb9 commit cf6fd03

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

requirements.txt

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
pytest~=6.0.1
2-
pandas~=1.1.0
3-
requests~=2.24.0
4-
numpy~=1.17.4
5-
scipy~=1.3.2
6-
urllib3~=1.25.10
7-
matplotlib~=3.3.0
8-
setuptools~=49.6.0
1+
pytest>=6.0.1
2+
pandas>=1.1.0
3+
requests>=2.24.0
4+
numpy>=1.17.0
5+
scipy>=1.3.0
6+
urllib3>=1.25.0
7+
matplotlib>=3.3.0

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@
2828
'scipy',
2929
'psycopg2',
3030
'urllib3',
31-
'matplotlib',
32-
'setuptools'],
31+
'matplotlib'],
3332
classifiers=[
3433
"Development Status :: 5 - Production/Stable",
3534
"Intended Audience :: Developers",

0 commit comments

Comments
 (0)