2023-02-11 10:45:17 +01:00
|
|
|
pre-commit # needed for pre-commit hooks in the git commit command
|
2020-10-31 16:33:34 +01:00
|
|
|
|
2023-02-11 10:45:17 +01:00
|
|
|
# For the test suite
|
2024-01-14 17:27:57 +01:00
|
|
|
pytest==7.4.4
|
2023-07-17 22:19:47 +02:00
|
|
|
pytest-asyncio==0.21.1 # needed because pytest doesn't come with native support for coroutines as tests
|
2023-11-25 06:26:30 +01:00
|
|
|
pytest-xdist==3.5.0 # xdist runs tests in parallel
|
2022-05-05 09:27:54 +02:00
|
|
|
flaky # Used for flaky tests (flaky decorator)
|
|
|
|
beautifulsoup4 # used in test_official for parsing tg docs
|
2023-02-11 10:45:17 +01:00
|
|
|
|
2022-05-05 09:27:54 +02:00
|
|
|
wheel # required for building the wheels for releases
|