mirror of https://github.com/snachodog/mybuddy.git
Update python dependencies
This commit is contained in:
parent
b058de5496
commit
a51dbf370e
4
Pipfile
4
Pipfile
|
@ -5,7 +5,7 @@ url = "https://pypi.python.org/simple"
|
||||||
[packages]
|
[packages]
|
||||||
boto3 = "*"
|
boto3 = "*"
|
||||||
dj-database-url = "*"
|
dj-database-url = "*"
|
||||||
django = "==4.*"
|
django = ">=4.0.6"
|
||||||
django-axes = "*"
|
django-axes = "*"
|
||||||
django-filter = "*"
|
django-filter = "*"
|
||||||
django-imagekit = "*"
|
django-imagekit = "*"
|
||||||
|
@ -22,7 +22,7 @@ python-dotenv = "*"
|
||||||
pyyaml = "*"
|
pyyaml = "*"
|
||||||
uritemplate = "*"
|
uritemplate = "*"
|
||||||
whitenoise = "*"
|
whitenoise = "*"
|
||||||
django-taggit = "==2.1.0"
|
django-taggit = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
coveralls = "*"
|
coveralls = "*"
|
||||||
|
|
|
@ -1,44 +1,44 @@
|
||||||
-i https://pypi.python.org/simple
|
-i https://pypi.python.org/simple
|
||||||
asgiref==3.5.2
|
asgiref==3.5.2
|
||||||
boto3==1.23.5
|
boto3==1.24.28
|
||||||
botocore==1.26.5
|
botocore==1.27.28
|
||||||
defusedxml==0.7.1
|
defusedxml==0.7.1
|
||||||
diff-match-patch==20200713
|
diff-match-patch==20200713
|
||||||
dj-database-url==0.5.0
|
dj-database-url==0.5.0
|
||||||
django==4.0.4
|
django==4.0.6
|
||||||
django-appconf==1.0.5
|
django-appconf==1.0.5
|
||||||
django-axes==5.33.0
|
django-axes==5.35.0
|
||||||
django-filter==21.1
|
django-filter==22.1
|
||||||
django-imagekit==4.1.0
|
django-imagekit==4.1.0
|
||||||
django-import-export==2.8.0
|
django-import-export==2.8.0
|
||||||
django-ipware==4.0.2
|
django-ipware==4.0.2
|
||||||
django-storages==1.12.3
|
django-storages==1.12.3
|
||||||
django-taggit==2.1.0
|
django-taggit==3.0.0
|
||||||
django-widget-tweaks==1.4.12
|
django-widget-tweaks==1.4.12
|
||||||
djangorestframework==3.13.1
|
djangorestframework==3.13.1
|
||||||
et-xmlfile==1.1.0
|
et-xmlfile==1.1.0
|
||||||
faker==13.11.1
|
faker==13.15.0
|
||||||
gunicorn==20.1.0
|
gunicorn==20.1.0
|
||||||
jmespath==1.0.0
|
jmespath==1.0.1
|
||||||
markuppy==1.14
|
markuppy==1.14
|
||||||
odfpy==1.4.1
|
odfpy==1.4.1
|
||||||
openpyxl==3.0.10
|
openpyxl==3.0.10
|
||||||
pilkit==2.0
|
pilkit==2.0
|
||||||
pillow==9.1.1
|
pillow==9.2.0
|
||||||
plotly==5.8.0
|
plotly==5.9.0
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.3
|
||||||
python-dateutil==2.8.2
|
python-dateutil==2.8.2
|
||||||
python-dotenv==0.20.0
|
python-dotenv==0.20.0
|
||||||
pytz==2022.1
|
pytz==2022.1
|
||||||
pyyaml==6.0
|
pyyaml==6.0
|
||||||
s3transfer==0.5.2
|
s3transfer==0.6.0
|
||||||
setuptools==62.3.2
|
setuptools==63.1.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
sqlparse==0.4.2
|
sqlparse==0.4.2
|
||||||
tablib[html,ods,xls,xlsx,yaml]==3.2.1
|
tablib[html,ods,xls,xlsx,yaml]==3.2.1
|
||||||
tenacity==8.0.1
|
tenacity==8.0.1
|
||||||
uritemplate==4.1.1
|
uritemplate==4.1.1
|
||||||
urllib3==1.26.9
|
urllib3==1.26.10
|
||||||
whitenoise==6.1.0
|
whitenoise==6.2.0
|
||||||
xlrd==2.0.1
|
xlrd==2.0.1
|
||||||
xlwt==1.3.0
|
xlwt==1.3.0
|
||||||
|
|
Loading…
Reference in New Issue