Remove testing-requirements.txt (replaced by -dev)

This commit is contained in:
Thor77 2019-03-10 13:10:09 +01:00
parent 7f88f0376c
commit 18f1576bfb
No known key found for this signature in database
GPG Key ID: 5051E71B46AA669A
2 changed files with 1 additions and 15 deletions

View File

@ -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.
Those requirements are listed in ``testing_requirements.txt``::
$ pip install -r testing_requirement.txt
$ pip install -r requirements-dev.txt
$ py.test tsstats/tests/
Versioning

View File

@ -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