mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-11-21 14:46:29 +01:00
19 lines
No EOL
360 B
Text
19 lines
No EOL
360 B
Text
-e .
|
|
|
|
# required for building the wheels for releases
|
|
build
|
|
|
|
# For the test suite
|
|
pytest==8.2.1
|
|
|
|
# needed because pytest doesn't come with native support for coroutines as tests
|
|
pytest-asyncio==0.21.2
|
|
|
|
# xdist runs tests in parallel
|
|
pytest-xdist==3.6.1
|
|
|
|
# Used for flaky tests (flaky decorator)
|
|
flaky
|
|
|
|
# used in test_official for parsing tg docs
|
|
beautifulsoup4 |