Fix PEBKAC error

This commit is contained in:
2021-02-11 02:18:22 +00:00
parent 5a8011a8e3
commit 0b0043f6f7
3 changed files with 58 additions and 161 deletions

View File

@@ -23,7 +23,6 @@ dj-static = "==0.0.6"
Django = "==3.1.5"
django-debug-toolbar = "==3.2"
django-filter = "==2.4.0"
django-gulp = "==4.1.0"
django-ical = "==1.7.1"
django-recaptcha = "==2.0.6"
django-recurrence = "==1.10.3"
@@ -42,7 +41,6 @@ Markdown = "==3.3.3"
msgpack = "==1.0.2"
pep517 = "==0.9.1"
Pillow = "==8.1.0"
pluggy = "==0.13.1"
premailer = "==3.7.0"
progress = "==1.5"
psutil = "==5.8.0"
@@ -54,9 +52,6 @@ PyPOM = "==2.2.0"
python-dateutil = "==2.8.1"
pytoml = "==0.1.21"
pytz = "==2020.5"
pytest-django = "==4.1.0"
pytest-xdist = "==2.2.0"
pytest-cov = "==2.11.1"
reportlab = "==3.5.59"
requests = "==2.25.1"
retrying = "==1.3.3"
@@ -89,6 +84,9 @@ pycodestyle = "*"
coveralls = "*"
django-coverage-plugin = "*"
pytest-cov = "*"
pytest-django = "*"
pytest-xdist = "*"
pluggy = "*"
[requires]
python_version = "3.9"