analyzer-d4-ipa/Pipfile

17 lines
236 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 = "."}
2019-09-24 16:24:24 +02:00
markdown-strings = "*"
2019-09-18 15:11:12 +02:00
[requires]
python_version = "3.6"