Skip to content

Commit

Permalink
Updated requirements for SCMS
Browse files Browse the repository at this point in the history
Signed-off-by: Ria Gupta <ria18405@iiitd.ac.in>
  • Loading branch information
ria18405 committed Aug 25, 2020
1 parent 3957766 commit 42b23f9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ geopy>=2.0.0
pandas>=0.22.0,<=0.25.3
numpy<=1.18.3
statsmodels >= 0.9.0
gspread==3.6.0
oauth2client==4.1.3
openpyxl==3.0.5
-e git+https://github.com/chaoss/grimoirelab-sortinghat/#egg=grimoirelab-sortinghat
-e git+https://github.com/chaoss/grimoirelab-toolkit/#egg=grimoirelab-toolkit
-e git+https://github.com/chaoss/grimoirelab-cereslib/#egg=grimoirelab-cereslib
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,10 @@
'pandas>=0.22.0,<=0.25.3',
'numpy<=1.18.3',
'geopy>=2.0.0',
'statsmodels >= 0.9.0'
'statsmodels >= 0.9.0',
'gspread == 3.6.0',
'oauth2client == 4.1.3',
'openpyxl == 3.0.5'
],
zip_safe=False
)

0 comments on commit 42b23f9

Please sign in to comment.