python-telegram-bot/requirements-dev.txt
Eldinnie cd7c642f49
Add WAITING state and behavior (#1344)
* Add WAITING state and behavior

* Remove `run_async_timeout` and `timed_out_behavior` arguments
* replace with `WAITING` constant and behavior from states
* never wait for promise to resolve (will hang up entire update queue
* see #1250 for discussion

* Fixing pytest version to 4.2.0

Pytest 4.2.1 has a weird bug on top level collect in 4.2.1 Fixing version to 4.2.0
2019-02-14 11:00:21 +01:00

10 lines
93 B
Text

flake8
pep257
pylint
flaky
yapf
pre-commit
beautifulsoup4
pytest==4.2.0
pytest-timeout
wheel