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
|
2023-03-05 16:21:57 +01:00
|
|
|
pytest==7.2.2
|
2023-02-11 10:45:17 +01:00
|
|
|
pytest-asyncio==0.20.3 # needed because pytest doesn't come with native support for coroutines as tests
|
2023-02-11 17:42:10 +01:00
|
|
|
pytest-xdist==3.2.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
|