8000 Add `setuptools` to `requirements-dev.txt` (#4282) · gtkacz/python-telegram-bot@2c299bb · GitHub
[go: up one dir, main page]

Skip to content

Commit 2c299bb

Browse files
authored
Add setuptools to requirements-dev.txt (python-telegram-bot#4282)
1 parent c1c5438 commit 2c299bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
pre-commit # needed for pre-commit hooks in the git commit command
22

33
# For the test suite
4+
setuptools # required for test_meta
45
pytest==8.2.0
56
pytest-asyncio==0.21.2 # needed because pytest doesn't come with native support for coroutines as tests
67
pytest-xdist==3.6.1 # xdist runs tests in parallel

0 commit comments

Comments
 (0)
0