Skip to content

Commit

Permalink
Dependency pinning (CloudBotIRC#242)
Browse files Browse the repository at this point in the history
* Pin versions of dependencies

* Sort requirements file

* Pin test dependency versions
  • Loading branch information
linuxdaemon authored Jun 24, 2018
1 parent 791b60e commit 782a29e
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 27 deletions.
34 changes: 17 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
nltk
geoip2
beautifulsoup4==4.6.0
cleverwrap==0.2.3.6
feedparser==5.2.1
future==0.16.0
geoip2==2.8.0
git+https://github.com/CloudBotIRC/mcstatus.git@master
cleverwrap
future
microdata
sqlalchemy
watchdog
imgurpython==1.1.7
isodate==0.6.0
lxml==4.2.1
beautifulsoup4
feedparser
requests
psutil
requests-oauthlib
tweepy
pyenchant
pythonwhois
imgurpython
isodate
microdata==0.6.1
nltk==3.2.5
psutil==5.4.5
pyenchant==2.0.0
pythonwhois==2.4.3
requests==2.18.4
requests-oauthlib==0.8.0
SQLAlchemy==1.2.6
tweepy==3.6.0
watchdog==0.8.3
yarl==1.1.1
20 changes: 10 additions & 10 deletions travis/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
pytest
responses
pytest-cov
pytest-pep8
pytest-leaks
pytest-travis-fold
pytest-pylint
flake8
python-coveralls
pylint
pytest==3.5.0
responses==0.9.0
pytest-cov==2.5.1
pytest-pep8==1.0.6
pytest-leaks==0.2.2
pytest-travis-fold==1.3.0
pytest-pylint==0.9.0
flake8==3.5.0
python-coveralls==2.9.1
pylint==1.8.4
-r ../requirements.txt

0 comments on commit 782a29e

Please sign in to comment.