initial import

This commit is contained in:
Marek Isalski 2020-08-15 08:15:19 +01:00
commit 7ca0320691
2 changed files with 18 additions and 0 deletions

6
.hgignore Normal file
View File

@ -0,0 +1,6 @@
^sftp-config\.json$
\.sublime-project$
\.sublime-workspace$
\.venv$
\.DS_Store$
^Pipfile\.lock$

12
Pipfile Normal file
View File

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