spelling error fix

This commit is contained in:
caliskanbi 2023-03-30 15:23:49 +02:00
parent 3aa8b88727
commit affdd29bc8
4 changed files with 9 additions and 6 deletions

2
.idea/misc.xml generated
View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="smart_garden_env" project-jdk-type="Python SDK" />
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10 (projektarbeit_duelger_waldhauser_caliskan)" project-jdk-type="Python SDK" />
</project>

View File

@ -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="smart_garden_env" jdkType="Python SDK" />
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" />
</content>
<orderEntry type="jdk" jdkName="Python 3.10 (projektarbeit_duelger_waldhauser_caliskan)" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -1,4 +1,4 @@
# Smart Garden Project
# Smart Gardening Project
- Repository to manage all files related to the Makeathon farm bot project (Software + Documentation).
@ -11,4 +11,4 @@
## How to develop:
- Installation of venv in usefull-stuff.md file
- Installation of venv in usefull-stuff.md file

View File

@ -7,4 +7,5 @@ itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.2
requests==2.28.2
urllib3==1.26.14
urllib3==1.26.14
paho-mqtt