We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 864fb62 commit 5a42069Copy full SHA for 5a42069
setup.py
@@ -15,6 +15,8 @@
15
'munch==2.5.0',
16
'python-telegram-bot==20.2',
17
'peewee==3.16.0',
18
+ 'pytest==8.2.2',
19
+ 'freezegun==1.5.1',
20
],
21
test_suite='tests'
22
)
0 commit comments