lookyloo/Pipfile

26 lines
692 B
Plaintext
Raw Normal View History

2019-01-23 15:13:29 +01:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
scrapysplashwrapper = {editable = true,git = "https://github.com/viper-framework/ScrapySplashWrapper.git"}
har2tree = {editable = true,git = "https://github.com/viper-framework/har2tree.git"}
2019-01-27 17:17:31 +01:00
pysanejs = {editable = true,git = "https://github.com/CIRCL/PySaneJS.git"}
2019-01-23 15:13:29 +01:00
requests = "*"
flask = "*"
gunicorn = {extras = ["eventlet"],version = "<20"}
2019-01-23 15:13:29 +01:00
lookyloo = {editable = true,path = "."}
cchardet = "*"
redis = "*"
2019-01-30 16:01:55 +01:00
pylookyloo = {editable = true,path = "./client"}
beautifulsoup4 = "*"
Jinja2 = ">=2.10.1" # CVE-2019-10906
2019-04-18 17:34:36 +02:00
bootstrap-flask = "*"
cfscrape = "*"
2019-01-23 15:13:29 +01:00
[requires]
2019-04-24 11:47:26 +02:00
python_version = "3"