Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
fcf8436fca | ||
|
|
f219cc07b8 | ||
|
|
2b47e3528d |
4
setup.py
4
setup.py
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from setuptools import setup
|
from setuptools import setup
|
||||||
|
|
||||||
VERSION = '0.1.7'
|
VERSION = '0.1.8'
|
||||||
|
|
||||||
setup(name='jabbergram',
|
setup(name='jabbergram',
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
@@ -16,7 +16,7 @@ setup(name='jabbergram',
|
|||||||
license="GPLv3",
|
license="GPLv3",
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"sleekxmpp>=1.3.1",
|
"sleekxmpp>=1.3.1",
|
||||||
"python-telegram-bot>=4.0.3",
|
"python-telegram-bot>=6.0.1",
|
||||||
"requests>=2.11.1",
|
"requests>=2.11.1",
|
||||||
],
|
],
|
||||||
classifiers=["Development Status :: 4 - Beta",
|
classifiers=["Development Status :: 4 - Beta",
|
||||||
|
|||||||
Reference in New Issue
Block a user