Updated requirements

This commit is contained in:
Azeez Muibi
2025-03-21 08:47:24 +01:00
parent 167381c62d
commit 51ed5da84c
2 changed files with 4 additions and 13 deletions
+2 -11
View File
@@ -4,16 +4,7 @@
<option name="autoReloadType" value="SELECTIVE" />
</component>
<component name="ChangeListManager">
<list default="true" id="934fdd1a-f31d-4df5-906a-7da283ff1489" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/Docker" afterDir="false" />
<change afterPath="$PROJECT_DIR$/api/controllers/health.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/docker.compose.yaml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/jmeter/simbrella_api_test_plan.jmx" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/api/routes.py" beforeDir="false" afterPath="$PROJECT_DIR$/api/routes.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app.py" beforeDir="false" afterPath="$PROJECT_DIR$/app.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/requirements.txt" beforeDir="false" afterPath="$PROJECT_DIR$/requirements.txt" afterDir="false" />
</list>
<list default="true" id="934fdd1a-f31d-4df5-906a-7da283ff1489" name="Changes" comment="" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
@@ -99,7 +90,7 @@
<updated>1742456795887</updated>
<workItem from="1742456797057" duration="6494000" />
<workItem from="1742480617760" duration="420000" />
<workItem from="1742541486501" duration="949000" />
<workItem from="1742541486501" duration="1379000" />
</task>
<servers />
</component>
+2 -2
View File
@@ -1,8 +1,8 @@
Flask~=3.1.0
Werkzeug~=3.1.0
python-dotenv==1.0.0
gunicorn==21.2.0
flask-cors==4.0.0
gunicorn==22.0.0
flask-cors==4.0.2
pydantic==2.10.1
marshmallow==3.20.1
typing-extensions==4.12.2