forked from CloudBotIRC/CloudBot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dependency pinning (CloudBotIRC#242)
* Pin versions of dependencies * Sort requirements file * Pin test dependency versions
- Loading branch information
1 parent
791b60e
commit 782a29e
Showing
2 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |