Lock dependencies in {testing_,}requirements.txt
This commit is contained in:
parent
a019278e79
commit
187ae0afc5
|
@ -1,2 +1,8 @@
|
|||
Jinja2>=2.8
|
||||
pendulum
|
||||
Jinja2==2.10
|
||||
MarkupSafe==1.0
|
||||
pendulum==1.5.1
|
||||
python-dateutil==2.7.3
|
||||
pytz==2018.4
|
||||
pytzdata==2018.5
|
||||
six==1.11.0
|
||||
tzlocal==1.5.1
|
||||
|
|
|
@ -1,4 +1,14 @@
|
|||
pytest>=2.9.1
|
||||
pyflakes>=1.2.2
|
||||
BeautifulSoup4>=4.4.1
|
||||
pendulum>=1.2.4
|
||||
attrs==18.1.0
|
||||
beautifulsoup4==4.6.0
|
||||
Jinja2==2.10
|
||||
MarkupSafe==1.0
|
||||
more-itertools==4.1.0
|
||||
pendulum==1.5.1
|
||||
pluggy==0.6.0
|
||||
py==1.5.3
|
||||
pytest==3.5.1
|
||||
python-dateutil==2.7.3
|
||||
pytz==2018.4
|
||||
pytzdata==2018.5
|
||||
six==1.11.0
|
||||
tzlocal==1.5.1
|
||||
|
|
Loading…
Reference in New Issue