Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scheduled weekly dependency update for week 01 #69

Closed
wants to merge 19 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ bcrypt==3.1.4
beautifulsoup4==4.6.0
boto==2.48.0
celery==4.1.0
codecov==2.0.9
codecov==2.0.13
cov-core==1.15.0 #nose2 coverage, not in conda, pip install
coverage==4.4.2
coveralls==1.2.0
django==1.11.7
django==2.0.1
django-crispy-forms==1.7.0
django-parsley==0.6 #problematic for django 1.9+
django-parsley==0.7 #problematic for django 1.9+
django-rest-swagger==2.1.2
earthengine-api==0.1.129
factory-boy==2.9.2
Expand All @@ -17,26 +17,26 @@ flask==0.12.2
flask-restful==0.3.6
flask-swagger==0.2.13
flower==0.9.2
futures==3.1.1
futures==3.2.0
google-api-python-client==1.6.4
html5lib==0.999999999
Jinja2==2.9.6
html5lib==1.0.1
Jinja2==2.10
#mechanize==0.3.6 # build error: "mechanize" only works on python 2.x"
nose==1.3.7 #pycharm cant currently run nose2
nose2==0.7.2
nose2==0.7.3
nose-cov==1.6
nose2-html-report==0.5.0
nose2-html-report==0.6.0
nose-htmloutput==0.6.0
numba==0.35.0
numpy==1.13.3
pandas==0.21.0
pillow==4.3.0
psutil==5.4.1
numba==0.36.2
numpy==1.14.0
pandas==0.22.0
pillow==5.0.0
psutil==5.4.3
psycopg2==2.7.3.2
pylint==1.7.4
pymongo==3.5.1
pylint==1.8.1
pymongo==3.6.0
pypdf2==1.26.0
pytest==3.2.3
pytest==3.3.2
pytest-django==3.1.2
python-coveralls==2.9.1 #not in conda, pip install
python-dotenv==0.7.1
Expand All @@ -47,9 +47,9 @@ requests==2.18.4
rollbar==0.13.17
scipy==1.0.0
#snakefood==1.4 #not in conda, pip install (failed when pip installing: SyntaxError)
selenium==3.7.0
Sphinx==1.6.5
sqlalchemy==1.1.15
selenium==3.8.1
Sphinx==1.6.6
sqlalchemy==1.2.0
# sqlalchemy-utils==0.32.14
tabulate==0.8.2
twine==1.9.1 #not in conda, pip install
Expand Down