mirror of https://github.com/snachodog/mybuddy.git
Add Pillow (imagekit dependency)
This commit is contained in:
parent
226f67f02c
commit
bb1e854ab3
3
Pipfile
3
Pipfile
|
@ -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 = "*"
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue