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