Skip to content

Commit dcd8330

Browse files
authored
Merge pull request #205 from danielballan/pin-requirements
BLD: Pin requirements.
2 parents 45a482a + 66b3636 commit dcd8330

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

dev-requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
coverage
2-
pyflakes
3-
pytest
4-
vcrpy
5-
doctr
6-
ipython
7-
matplotlib
8-
numpydoc
9-
requests-mock
10-
sphinx
11-
sphinx_rtd_theme
1+
coverage ~=4.5.1
2+
pyflakes ~=1.6.0
3+
pytest ~=3.5.1
4+
vcrpy ~=1.11.1
5+
doctr ~=1.7.3
6+
ipython ~=6.3.1
7+
matplotlib ~=2.2.2
8+
numpydoc ~=0.8.0
9+
requests-mock ~=1.4.0
10+
sphinx ~=1.7.4
11+
sphinx_rtd_theme ~=0.3.1

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
beautifulsoup4
2-
python-dateutil
3-
diff_match_patch_python
4-
docopt
1+
beautifulsoup4 ==4.6.0
2+
python-dateutil ~=2.6.1
3+
diff_match_patch_python ~=1.0.2
4+
docopt ~=0.6.2
55
git+https://github.com/anastasia/htmldiffer@develop
66
git+https://github.com/danielballan/htmltreediff@customize
7-
lxml
8-
pandas
9-
requests
10-
toolz
11-
tornado
12-
tqdm
13-
tzlocal
7+
lxml ~=4.1.1
8+
pandas ~=0.23.0
9+
requests ~=2.18.4
10+
toolz ~=0.8.2
11+
tornado ~=5.0.2
12+
tqdm ~=4.19.4
13+
tzlocal ~=1.4

0 commit comments

Comments
 (0)