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.
2 parents 21c9403 + d1391e3 commit 887354eCopy full SHA for 887354e
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.8
+FROM python:3.10
2
3
USER root
4
setup.py
@@ -12,9 +12,9 @@
12
packages=find_packages('src'),
13
package_dir={'': 'src'},
14
install_requires=[
15
- 'munch==2.1.1',
16
- 'python-telegram-bot==10.0.2',
17
- 'peewee',
+ 'munch==2.5.0',
+ 'python-telegram-bot==20.2',
+ 'peewee==3.16.0',
18
],
19
test_suite='tests'
20
)
0 commit comments