Add: Python Pillow module
This commit is contained in:
parent
f17fc59b0a
commit
a8baba69ce
1 changed files with 14 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
|
amqp==5.1.1
|
||||||
asgiref==3.5.2
|
asgiref==3.5.2
|
||||||
|
billiard==3.6.4.0
|
||||||
|
celery==5.2.7
|
||||||
|
click==8.1.3
|
||||||
|
click-didyoumean==0.3.0
|
||||||
|
click-plugins==1.1.1
|
||||||
|
click-repl==0.2.0
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
diff-match-patch==20200713
|
diff-match-patch==20200713
|
||||||
Django==4.1.1
|
Django==4.1.1
|
||||||
|
@ -7,12 +14,19 @@ django-environ==0.9.0
|
||||||
django-import-export==2.9.0
|
django-import-export==2.9.0
|
||||||
django-taggit==3.0.0
|
django-taggit==3.0.0
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
|
kombu==5.2.4
|
||||||
MarkupPy==1.14
|
MarkupPy==1.14
|
||||||
odfpy==1.4.1
|
odfpy==1.4.1
|
||||||
openpyxl==3.0.10
|
openpyxl==3.0.10
|
||||||
|
Pillow==9.2.0
|
||||||
|
prompt-toolkit==3.0.31
|
||||||
|
pytz==2022.2.1
|
||||||
PyYAML==6.0
|
PyYAML==6.0
|
||||||
|
six==1.16.0
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
tablib==3.2.1
|
tablib==3.2.1
|
||||||
|
vine==5.0.0
|
||||||
|
wcwidth==0.2.5
|
||||||
whitenoise==6.2.0
|
whitenoise==6.2.0
|
||||||
xlrd==2.0.1
|
xlrd==2.0.1
|
||||||
xlwt==1.3.0
|
xlwt==1.3.0
|
||||||
|
|
Loading…
Reference in a new issue