diff --git a/Pipfile b/Pipfile index dd3452c..5621109 100644 --- a/Pipfile +++ b/Pipfile @@ -1,41 +1,30 @@ [[source]] - +name = "pypi" url = "https://pypi.org/simple" verify_ssl = true -name = "pypi" - [dev-packages] - +pytest = "==7.1.3" pytest-benchmark = "==3.2.3" -pytest = "==5.4.1" [packages] - +Flask = "==1.1.2" +Jinja2 = "==2.11.2" +MarkupSafe = "==1.1.1" +Werkzeug = "==1.0.1" atomicwrites = "==1.4.0" attrs = "==19.3.0" click = "==7.1.2" gunicorn = "==20.0.4" itsdangerous = "==1.1.0" +line-profiler = "*" more-itertools = "==7.2.0" pluggy = "==0.13.1" py = "==1.8.1" selenium = "==3.141.0" six = "==1.14.0" -Flask = "==1.1.2" urllib3 = "==1.25.7" -Jinja2 = "==2.11.2" -MarkupSafe = "==1.1.1" -Werkzeug = "==1.0.1" -line-profiler = "*" - +egscraper = {editable = true,path = "."} [requires] - python_version = "3.6" - - -[packages.egscraper] - -path = "." -editable = true diff --git a/Pipfile.lock b/Pipfile.lock index 4ec7562..829141a 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -152,12 +152,8 @@ "version": "==2.4.7" }, "pytest": { - "hashes": [ - "sha256:0e5b30f5cb04e887b91b1ee519fa3d89049595f428c1db76e73bd7f17b09b172", - "sha256:84dde37075b8805f3d1f392cc47e38a0e59518fb46a431cfdaf7cf1ce805f970" - ], - "index": "pypi", - "version": "==5.4.1" + "hashes": [], + "version": "==7.1.3" }, "pytest-benchmark": { "hashes": [