5 changed files with 15 additions and 4 deletions
@ -1,8 +1,10 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<module type="PYTHON_MODULE" version="4"> |
|||
<component name="NewModuleRootManager"> |
|||
<content url="file://$MODULE_DIR$" /> |
|||
<orderEntry type="jdk" jdkName="Python 3.10 (algorithm) (3)" jdkType="Python SDK" /> |
|||
<content url="file://$MODULE_DIR$"> |
|||
<excludeFolder url="file://$MODULE_DIR$/venv" /> |
|||
</content> |
|||
<orderEntry type="jdk" jdkName="Python 3.13 (algorithm)" jdkType="Python SDK" /> |
|||
<orderEntry type="sourceFolder" forTests="false" /> |
|||
</component> |
|||
</module> |
@ -1,6 +1,9 @@ |
|||
<?xml version="1.0" encoding="UTF-8"?> |
|||
<project version="4"> |
|||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (algorithm) (3)" project-jdk-type="Python SDK" /> |
|||
<component name="Black"> |
|||
<option name="sdkName" value="Python 3.13 (algorithm)" /> |
|||
</component> |
|||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (algorithm)" project-jdk-type="Python SDK" /> |
|||
<component name="PyCharmProfessionalAdvertiser"> |
|||
<option name="shown" value="true" /> |
|||
</component> |
|||
|
@ -0,0 +1,4 @@ |
|||
requests_toolbelt |
|||
paho_mqtt |
|||
|
|||
requests |
Loading…
Reference in new issue