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 = "*"
|
2020-01-13 16:04:51 +01:00
|
|
|
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"}
|
2019-03-18 14:55:45 +01:00
|
|
|
kittengroomer = {editable = true,path = "."}
|
2019-02-10 18:19:50 +01:00
|
|
|
|
|
|
|
[requires]
|
2019-08-29 11:45:14 +02:00
|
|
|
python_version = "3"
|