Fix matrix-python-sdk dependency in setup.py
This commit is contained in:
@@ -15,7 +15,6 @@ setuptools.setup(
|
|||||||
|
|
||||||
install_requires=[
|
install_requires=[
|
||||||
"Telethon>=0.16.2.3,<0.17",
|
"Telethon>=0.16.2.3,<0.17",
|
||||||
"git://github.com/Cadair/matrix-python-sdk@1fab9821d98d15769e44e66f714d00a32a48d692#egg=matrix_client",
|
|
||||||
"aiohttp>=2.3.9,<3",
|
"aiohttp>=2.3.9,<3",
|
||||||
"SQLAlchemy>=1.2.2,<2",
|
"SQLAlchemy>=1.2.2,<2",
|
||||||
"Markdown>=2.6.11,<3",
|
"Markdown>=2.6.11,<3",
|
||||||
@@ -24,6 +23,9 @@ setuptools.setup(
|
|||||||
"future-fstrings>=0.4.1",
|
"future-fstrings>=0.4.1",
|
||||||
"python-magic>=0.4.15,<0.5",
|
"python-magic>=0.4.15,<0.5",
|
||||||
],
|
],
|
||||||
|
dependency_links=[
|
||||||
|
"https://github.com/Cadair/matrix-python-sdk/tarball/1fab9821d98d15769e44e66f714d00a32a48d692#egg=matrix_client"
|
||||||
|
],
|
||||||
|
|
||||||
classifiers=[
|
classifiers=[
|
||||||
"Development Status :: 4 Beta",
|
"Development Status :: 4 Beta",
|
||||||
|
|||||||
Reference in New Issue
Block a user