move urllib to top

this needs to already be present before flask is installed, so it is the correct version when boto3 is installed. phew
This commit is contained in:
rimu 2024-03-24 10:17:23 +13:00
parent 1394d7baad
commit 6d2b722f0e

View file

@ -1,3 +1,4 @@
urllib3==1.26.1
Flask==2.3.2 Flask==2.3.2
python-dotenv==1.0.0 python-dotenv==1.0.0
flask-wtf==1.1.1 flask-wtf==1.1.1
@ -30,4 +31,3 @@ redis==5.0.1
Werkzeug==2.3.3 Werkzeug==2.3.3
pytesseract==0.3.10 pytesseract==0.3.10
sentry-sdk==1.40.6 sentry-sdk==1.40.6
urllib3==1.26.1