30 lines
414 B
TOML
30 lines
414 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
ipython = "*"
|
|
|
|
[packages]
|
|
pycryptodomex = "*"
|
|
pyasn1 = "*"
|
|
gevent = "*"
|
|
requests = "*"
|
|
requests-ntlm = "*"
|
|
bs4 = "*"
|
|
netaddr = "*"
|
|
pyopenssl = "*"
|
|
termcolor = "*"
|
|
msgpack-python = "*"
|
|
pylnk3 = "*"
|
|
splinter = "*"
|
|
paramiko = "*"
|
|
xmltodict = "*"
|
|
six = "*"
|
|
terminaltables = "*"
|
|
pywinrm = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|