mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 19:36:56 -08:00
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:
parent
1394d7baad
commit
6d2b722f0e
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
urllib3==1.26.1
|
||||
Flask==2.3.2
|
||||
python-dotenv==1.0.0
|
||||
flask-wtf==1.1.1
|
||||
|
@ -30,4 +31,3 @@ redis==5.0.1
|
|||
Werkzeug==2.3.3
|
||||
pytesseract==0.3.10
|
||||
sentry-sdk==1.40.6
|
||||
urllib3==1.26.1
|
||||
|
|
Loading…
Reference in a new issue