initial import

This commit is contained in:
Faelix Incident Handler
2018-06-15 19:54:16 +00:00
commit 5beda577fe
3 changed files with 136 additions and 0 deletions

13
Pipfile Normal file
View File

@ -0,0 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
mattermostdriver = "*"
flask = "*"
[dev-packages]
[requires]
python_version = "3.4"