This commit is contained in:
2021-02-14 02:04:50 +00:00
parent a7119599ca
commit b3ceed777e
4 changed files with 46 additions and 17 deletions

View File

@@ -54,7 +54,6 @@ pytz = "~=2020.5"
reportlab = "~=3.5.59"
requests = "~=2.25.1"
retrying = "~=1.3.3"
selenium = "~=3.141.0"
simplejson = "~=3.17.2"
six = "~=1.15.0"
soupsieve = "~=2.1"
@@ -80,12 +79,13 @@ sentry-sdk = "*"
diff-match-patch = "*"
[dev-packages]
selenium = "~=3.141.0"
pycodestyle = "*"
coveralls = "*"
django-coverage-plugin = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-xdist = "*"
pytest-xdist = {extras = ["psutil"], version = "==2.2.0"}
pluggy = "*"
pytest-splinter = "*"
pytest = "*"