Skip to content

Commit a298e9f

Browse files
committed
setup.py with correct install_requires
1 parent 76c4495 commit a298e9f

File tree

2 files changed

+9
-14
lines changed

2 files changed

+9
-14
lines changed

requirements.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
pytest
2-
pandas
3-
requests
4-
requests_cache
5-
numpy
6-
scipy
7-
psycopg2
8-
urllib3
9-
matplotlib
10-
eurostat
11-
progress
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

setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,12 @@
1515
install_requires=['pytest',
1616
'pandas',
1717
'requests',
18-
'requests_cache',
1918
'numpy',
2019
'scipy',
2120
'psycopg2',
2221
'urllib3',
2322
'matplotlib',
24-
'eurostat',
25-
'progress'],
23+
'setuptools'],
2624
classifiers=[
2725
"Development Status :: 5 - Production/Stable",
2826
"Intended Audience :: Developers, End Users/Desktop, Financial and Insurance Industry, Science/Research",

0 commit comments

Comments
 (0)