2017-10-22 00:25:42 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
2019-03-14 03:51:25 +00:00
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
2017-10-22 00:25:42 +00:00
|
|
|
|
2019-03-14 03:51:25 +00:00
|
|
|
[dev-packages]
|
|
|
|
ipython = "*"
|
2017-10-22 00:25:42 +00:00
|
|
|
|
|
|
|
[packages]
|
2019-03-14 03:51:25 +00:00
|
|
|
pycryptodomex = "*"
|
|
|
|
pyasn1 = "*"
|
|
|
|
gevent = "*"
|
|
|
|
requests = "*"
|
|
|
|
requests-ntlm = "*"
|
|
|
|
bs4 = "*"
|
2017-10-22 00:25:42 +00:00
|
|
|
netaddr = "*"
|
2017-10-25 02:08:19 +00:00
|
|
|
pyopenssl = "*"
|
2017-10-22 00:25:42 +00:00
|
|
|
termcolor = "*"
|
|
|
|
msgpack-python = "*"
|
2020-02-14 14:50:15 +00:00
|
|
|
pylnk3 = "*"
|
2017-10-22 00:25:42 +00:00
|
|
|
splinter = "*"
|
|
|
|
paramiko = "*"
|
2017-10-25 02:08:19 +00:00
|
|
|
xmltodict = "*"
|
|
|
|
six = "*"
|
2017-11-02 09:43:08 +00:00
|
|
|
terminaltables = "*"
|
2017-10-22 00:25:42 +00:00
|
|
|
|
|
|
|
[requires]
|
2020-01-16 09:34:21 +00:00
|
|
|
python_version = "3.7"
|