mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-04 18:12:12 +01:00
d0a6e5141c
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
23 lines
No EOL
523 B
Text
23 lines
No EOL
523 B
Text
-e .
|
|
|
|
# required for building the wheels for releases
|
|
build
|
|
|
|
# For the test suite
|
|
pytest==8.3.4
|
|
|
|
# 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>=3.8.1
|
|
|
|
# used in test_official for parsing tg docs
|
|
beautifulsoup4
|
|
|
|
# For testing with timezones. Might not be needed on all systems, but to ensure that unit tests
|
|
# run correctly on all systems, we include it here.
|
|
tzdata |