Remove testing-requirements.txt (replaced by -dev)
This commit is contained in:
parent
7f88f0376c
commit
18f1576bfb
|
@ -21,7 +21,7 @@ There are unit tests for all parts of the project built with `py.test <https://d
|
||||||
Besides ``py.test`` tests require ``BeautifulSoup`` for template-testing.
|
Besides ``py.test`` tests require ``BeautifulSoup`` for template-testing.
|
||||||
Those requirements are listed in ``testing_requirements.txt``::
|
Those requirements are listed in ``testing_requirements.txt``::
|
||||||
|
|
||||||
$ pip install -r testing_requirement.txt
|
$ pip install -r requirements-dev.txt
|
||||||
$ py.test tsstats/tests/
|
$ py.test tsstats/tests/
|
||||||
|
|
||||||
Versioning
|
Versioning
|
||||||
|
|
|
@ -1,14 +0,0 @@
|
||||||
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