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-04-16 11:24:50 +02:00
|
|
|
pytest==7.3.1
|
2023-03-25 12:25:57 +01:00
|
|
|
pytest-asyncio==0.21.0 # needed because pytest doesn't come with native support for coroutines as tests
|
2023-03-19 10:54:03 +01:00
|
|
|
pytest-xdist==3.2.1 # 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
|