Add Pillow (imagekit dependency)

This commit is contained in:
Christopher C. Wells 2022-01-15 20:01:36 -08:00 committed by Christopher Charbonneau Wells
parent 226f67f02c
commit bb1e854ab3
2 changed files with 3 additions and 1 deletions

View File

@ -15,6 +15,7 @@ django-widget-tweaks = "*"
djangorestframework = "*"
faker = "*"
gunicorn = "*"
pillow = "*"
plotly = "*"
psycopg2-binary = "*"
python-dotenv = "*"
@ -26,6 +27,6 @@ whitenoise = "*"
coveralls = "*"
flake8 = "*"
ipaddress = "*"
tblib = "*"
mkdocs = "*"
mkdocs-material = "*"
tblib = "*"

View File

@ -30,6 +30,7 @@ markuppy==1.14
odfpy==1.4.1
openpyxl==3.0.9
pilkit==2.0
pillow==9.0.0
plotly==5.5.0
psycopg2-binary==2.9.3
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'