python-telegram-bot/requirements-dev.txt
simonvorobjev dbf364e168 Allowed to use Handlers on conversation timeout (#1217)
* handler for ConversationHandler.END (timeout one) #1136

* review fixes

* review fixes

* review fixes

* review fixes

* docs and tests

* fixing stuff

* Fix problem

* fix conftest

* now it should work

* Add ConversationTimeoutContext

As discussed in the developers group. Use a class as the jobs context over using a dict.

* less verbosity
2018-10-04 08:58:40 +02:00

10 lines
93 B
Text

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