Browse Source

spelling error fix

master
caliskanbi 1 year ago
parent
commit
affdd29bc8
4 changed files with 9 additions and 6 deletions
  1. 1
    1
      .idea/misc.xml
  2. 4
    2
      .idea/projektarbeit_duelger_waldhauser_caliskan.iml
  3. 2
    2
      README.md
  4. 2
    1
      requirements.txt

+ 1
- 1
.idea/misc.xml 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>

+ 4
- 2
.idea/projektarbeit_duelger_waldhauser_caliskan.iml 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>

+ 2
- 2
README.md 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

+ 2
- 1
requirements.txt 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

Loading…
Cancel
Save