Skip to content

Commit

Permalink
Updated setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
christianjauregui committed Apr 21, 2020
1 parent 058d33e commit 9f628e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 3 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
dateutil >= 2.8.1
numpy >= 1.16.1
numpydoc >=0.9.2
numba >= 0.48.0
methodtools >= 0.1.0
pandas >= 0.24.2
pandas_datareader >= 0.7.0
pandas_market_calendars >= 1.1
python-dateutil >= 2.8.1
python-dotenv >= 0.13.0
python_dateutil >= 2.8.1
python_dotenv >= 0.13.0
sqlalchemy >= 1.3.13
termcolor >= 1.1.0
tqdm >= 4.41.1
wrds >= 3.0.8
wrds >= 3.0.8
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@
]

requires = [
'dateutil >= 2.8.1',
'numpy >= 1.16.1',
'numpydoc >=0.9.2'
'numba >= 0.48.0',
'methodtools >= 0.1.0',
'pandas >= 0.24.2',
'pandas_datareader >= 0.7.0',
'pandas_market_calendars >= 1.1',
'python-dateutil >= 2.8.1',
'python-dotenv >= 0.13.0',
'python_dateutil >= 2.8.1',
'python_dotenv >= 0.13.0',
'sqlalchemy >= 1.3.13',
'termcolor >= 1.1.0',
'tqdm >= 4.41.1',
Expand Down

0 comments on commit 9f628e4

Please sign in to comment.