1
mirror of https://github.com/streamlink/streamlink synced 2024-09-27 11:10:27 +02:00
streamlink/dev-requirements.txt
Beardypig f29b08c58c Windows command line parsing fix (#300)
* Enable automated testing on Windows via AppVeyor

* tests: add some tests for the command line argument parsing

* cli: fixed windows argument parsing with escaped quotes, etc.

* tests: python2.6 requires unittest2

* tests: fixed awful typo!
2016-12-15 11:47:22 -08:00

8 lines
88 B
Plaintext

pip>=6
pytest
pytest-cov
codecov
coverage
mock
pynsist
unittest2; python_version < '2.7'