Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jmargutt committed Sep 12, 2024
1 parent 0d70db5 commit b9ce880
Showing 1 changed file with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
azure-core==1.26.0
azure-cosmos==4.3.0
dnspython==2.2.1
azure-core==1.30.2
azure-cosmos==4.7.0
dnspython==2.6.1
et-xmlfile==1.1.0
Flask==2.2.2
Flask-Cors==3.0.10
Flask-Login==0.6.2
Flask-SocketIO==5.3.1
Flask-SQLAlchemy==3.0.1
jinja2==3.1.2
pandas==1.3.2
requests==2.26.0
xlsxwriter==3.0.2
python-dateutil==2.8.2
python-dotenv==0.19.2
azure-storage-blob==12.9.0
openpyxl==3.0.9
Flask==3.0.3
Flask-Cors==5.0.0
Flask-Login==0.6.3
Flask-SocketIO==5.3.7
Flask-SQLAlchemy==3.1.1
jinja2==3.1.4
pandas==2.2.2
requests==2.32.3
xlsxwriter==3.2.0
python-dateutil==2.9.0
python-dotenv==1.0.1
azure-storage-blob==12.22.0
openpyxl==3.1.5
pdfkit==1.0.0
azure-identity==1.10.0
azure-identity==1.17.1
azure-keyvault==4.2.0
pyodbc==4.0.34
opencv-python==4.6.0.66
pyodbc==5.1.0
opencv-python==4.10.0.84
pyzbar==0.1.9
Pillow==9.2.0
gevent==22.8.0
Pillow==10.4.0
gevent==24.2.1
gevent-websocket==0.10.1
greenlet==1.1.3.post0
eventlet==0.33.1
werkzeug==2.2.2
SQLAlchemy==1.4.41
lxml==4.9.1
greenlet==3.0.0rc3
eventlet==0.37.0
werkzeug==3.0.4
SQLAlchemy==2.0.34
lxml==5.3.0

0 comments on commit b9ce880

Please sign in to comment.