Skip to content

Commit 782a29e

Browse files
authored
Dependency pinning (#242)
* Pin versions of dependencies * Sort requirements file * Pin test dependency versions
1 parent 791b60e commit 782a29e

File tree

2 files changed

+27
-27
lines changed

2 files changed

+27
-27
lines changed

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
nltk
2-
geoip2
1+
beautifulsoup4==4.6.0
2+
cleverwrap==0.2.3.6
3+
feedparser==5.2.1
4+
future==0.16.0
5+
geoip2==2.8.0
36
git+https://github.com/CloudBotIRC/mcstatus.git@master
4-
cleverwrap
5-
future
6-
microdata
7-
sqlalchemy
8-
watchdog
7+
imgurpython==1.1.7
8+
isodate==0.6.0
99
lxml==4.2.1
10-
beautifulsoup4
11-
feedparser
12-
requests
13-
psutil
14-
requests-oauthlib
15-
tweepy
16-
pyenchant
17-
pythonwhois
18-
imgurpython
19-
isodate
10+
microdata==0.6.1
11+
nltk==3.2.5
12+
psutil==5.4.5
13+
pyenchant==2.0.0
14+
pythonwhois==2.4.3
15+
requests==2.18.4
16+
requests-oauthlib==0.8.0
17+
SQLAlchemy==1.2.6
18+
tweepy==3.6.0
19+
watchdog==0.8.3
2020
yarl==1.1.1

travis/requirements.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
pytest
2-
responses
3-
pytest-cov
4-
pytest-pep8
5-
pytest-leaks
6-
pytest-travis-fold
7-
pytest-pylint
8-
flake8
9-
python-coveralls
10-
pylint
1+
pytest==3.5.0
2+
responses==0.9.0
3+
pytest-cov==2.5.1
4+
pytest-pep8==1.0.6
5+
pytest-leaks==0.2.2
6+
pytest-travis-fold==1.3.0
7+
pytest-pylint==0.9.0
8+
flake8==3.5.0
9+
python-coveralls==2.9.1
10+
pylint==1.8.4
1111
-r ../requirements.txt

0 commit comments

Comments
 (0)