PyCIRCLean/Pipfile

26 lines
444 B
Plaintext
Raw Normal View History

2019-02-10 18:19:50 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
python-magic = "*"
pytest = "*"
pytest-cov = "*"
tox = "*"
PyYAML = "*"
codecov = "*"
mypy = "*"
2019-02-10 18:19:50 +01:00
[packages]
lxml = "*"
exifread = "*"
pillow = "*"
olefile = "*"
oletools = "*"
officedissector = {editable = true,git = "https://github.com/grierforensics/officedissector.git"}
kittengroomer = {editable = true,path = "."}
2019-02-10 18:19:50 +01:00
[requires]
2019-08-29 11:45:14 +02:00
python_version = "3"