Skip to content

Commit 887354e

Browse files
authored
Merge pull request #53 from PyAr/cantidad_de_votos_por_proyecto
Cantidad de votos por proyecto
2 parents 21c9403 + d1391e3 commit 887354e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.8
1+
FROM python:3.10
22

33
USER root
44

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
packages=find_packages('src'),
1313
package_dir={'': 'src'},
1414
install_requires=[
15-
'munch==2.1.1',
16-
'python-telegram-bot==10.0.2',
17-
'peewee',
15+
'munch==2.5.0',
16+
'python-telegram-bot==20.2',
17+
'peewee==3.16.0',
1818
],
1919
test_suite='tests'
2020
)

0 commit comments

Comments
 (0)