add matrix-python-sdk requirement

This commit is contained in:
Guilhem Saurel 2019-02-10 22:05:00 +01:00
parent 7e6533da5e
commit bfc7a13046
2 changed files with 76 additions and 0 deletions

12
Pipfile Normal file
View file

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
matrix-client = "*"
[requires]
python_version = "3.7"