mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 23:12:15 +00:00
Fix PEBKAC error
This commit is contained in:
8
Pipfile
8
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user