analyzer-d4-ipa/Pipfile

17 lines
228 B
Plaintext
Raw Normal View History

2019-09-18 15:11:12 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
redis = "*"
hiredis = "*"
pyshark = "*"
ipa = {editable = true,path = "."}
markdown = "*"
[requires]
python_version = "3.6"