mirror of https://github.com/snachodog/mybuddy.git
Update Python dependencies
This commit is contained in:
parent
12572c722b
commit
afea4376b9
|
@ -1,52 +1,44 @@
|
||||||
#
|
|
||||||
# These requirements were autogenerated by pipenv
|
|
||||||
# To regenerate from the project's Pipfile, run:
|
|
||||||
#
|
|
||||||
# pipenv lock --requirements
|
|
||||||
#
|
|
||||||
|
|
||||||
-i https://pypi.python.org/simple
|
-i https://pypi.python.org/simple
|
||||||
asgiref==3.5.0; python_version >= '3.7'
|
asgiref==3.5.2
|
||||||
backports.zoneinfo==0.2.1; python_version < '3.9'
|
boto3==1.23.5
|
||||||
boto3==1.21.11
|
botocore==1.26.5
|
||||||
botocore==1.24.11; python_version >= '3.6'
|
defusedxml==0.7.1
|
||||||
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
|
diff-match-patch==20200713
|
||||||
diff-match-patch==20200713; python_version >= '2.7'
|
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
django-appconf==1.0.5; python_version >= '3.1'
|
django==4.0.4
|
||||||
django-axes==5.31.0
|
django-appconf==1.0.5
|
||||||
|
django-axes==5.33.0
|
||||||
django-filter==21.1
|
django-filter==21.1
|
||||||
django-imagekit==4.1.0
|
django-imagekit==4.1.0
|
||||||
django-import-export==2.7.1
|
django-import-export==2.8.0
|
||||||
django-ipware==4.0.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
django-ipware==4.0.2
|
||||||
django-storages==1.12.3
|
django-storages==1.12.3
|
||||||
django-taggit==2.1.0
|
django-taggit==2.1.0
|
||||||
django-widget-tweaks==1.4.12
|
django-widget-tweaks==1.4.12
|
||||||
django==4.0.3
|
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
et-xmlfile==1.1.0; python_version >= '3.6'
|
et-xmlfile==1.1.0
|
||||||
faker==13.3.0
|
faker==13.11.1
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
jmespath==0.10.0; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
jmespath==1.0.0
|
||||||
markuppy==1.14
|
markuppy==1.14
|
||||||
odfpy==1.4.1
|
odfpy==1.4.1
|
||||||
openpyxl==3.0.9
|
openpyxl==3.0.10
|
||||||
pilkit==2.0
|
pilkit==2.0
|
||||||
pillow==9.0.1
|
pillow==9.1.1
|
||||||
plotly==5.6.0
|
plotly==5.8.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-dotenv==0.19.2
|
python-dotenv==0.20.0
|
||||||
pytz==2021.3
|
pytz==2022.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
s3transfer==0.5.2; python_version >= '3.6'
|
s3transfer==0.5.2
|
||||||
setuptools==60.9.3; python_version >= '3.7'
|
setuptools==62.3.2
|
||||||
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
six==1.16.0
|
||||||
sqlparse==0.4.2; python_version >= '3.5'
|
sqlparse==0.4.2
|
||||||
tablib[html,ods,xls,xlsx,yaml]==3.2.0; python_version >= '3.7'
|
tablib[html,ods,xls,xlsx,yaml]==3.2.1
|
||||||
tenacity==8.0.1; python_version >= '3.6'
|
tenacity==8.0.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
|
urllib3==1.26.9
|
||||||
whitenoise==6.0.0
|
whitenoise==6.1.0
|
||||||
xlrd==2.0.1
|
xlrd==2.0.1
|
||||||
xlwt==1.3.0
|
xlwt==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue