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