Skip to content

Commit c93c255

Browse files
committed
Fix versiones setup.py
1 parent 4b08a37 commit c93c255

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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)