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 = "*" djangorestframework = "*"
faker = "*" faker = "*"
gunicorn = "*" gunicorn = "*"
pillow = "*"
plotly = "*" plotly = "*"
psycopg2-binary = "*" psycopg2-binary = "*"
python-dotenv = "*" python-dotenv = "*"
@ -26,6 +27,6 @@ whitenoise = "*"
coveralls = "*" coveralls = "*"
flake8 = "*" flake8 = "*"
ipaddress = "*" ipaddress = "*"
tblib = "*"
mkdocs = "*" mkdocs = "*"
mkdocs-material = "*" mkdocs-material = "*"
tblib = "*"

View File

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