Update requirements.txt

This commit is contained in:
Christopher C. Wells 2023-04-15 15:53:46 -07:00
parent 472dba13f8
commit 008e17bbed
1 changed files with 15 additions and 13 deletions

View File

@ -1,16 +1,17 @@
-i https://pypi.python.org/simple
asgiref==3.6.0 ; python_version >= '3.7'
boto3==1.26.99
botocore==1.29.99 ; python_version >= '3.7'
boto3==1.26.114
botocore==1.29.114 ; python_version >= '3.7'
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 ; python_version >= '2.7'
dj-database-url==1.2.0
django==4.1.7
dj-database-url==1.3.0
django==4.2
django-appconf==1.0.5 ; python_version >= '3.1'
django-axes==5.40.1
django-filter==22.1
django-axes==5.41.0
django-dbsettings==1.3.0
django-filter==23.1
django-imagekit==4.1.0
django-import-export==3.1.0
django-import-export==3.2.0
django-ipware==5.0.0 ; python_version >= '3.7'
django-qr-code==3.1.1
django-storages==1.13.2
@ -18,24 +19,25 @@ django-taggit==3.1.0
django-widget-tweaks==1.4.12
djangorestframework==3.14.0
et-xmlfile==1.1.0 ; python_version >= '3.6'
faker==18.3.1
faker==18.4.0
gunicorn==20.1.0
jmespath==1.0.1 ; python_version >= '3.7'
markuppy==1.14
odfpy==1.4.1
openpyxl==3.1.2
packaging==23.1 ; python_version >= '3.7'
pilkit==2.0
pillow==9.4.0
plotly==5.13.1
psycopg2-binary==2.9.5
pillow==9.5.0
plotly==5.14.1
psycopg2-binary==2.9.6
pydantic==1.10.7 ; python_version >= '3.7'
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0
pytz==2023.2
pytz==2023.3
pyyaml==6.0
s3transfer==0.6.0 ; python_version >= '3.7'
segno==1.5.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
setuptools==67.6.0 ; python_version >= '3.7'
setuptools==67.6.1 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.3 ; python_version >= '3.5'
tablib[html,ods,xls,xlsx,yaml]==3.4.0 ; python_version >= '3.7'