homecontrol: use poetry for project management
This commit is contained in:
parent
1a8267b668
commit
f673710c3e
11 changed files with 560 additions and 30 deletions
11
homecontrol.egg-info/PKG-INFO
Normal file
11
homecontrol.egg-info/PKG-INFO
Normal file
|
@ -0,0 +1,11 @@
|
|||
Metadata-Version: 1.2
|
||||
Name: homecontrol
|
||||
Version: 0.1.0
|
||||
Summary: central application to connect iot devices
|
||||
Home-page: UNKNOWN
|
||||
Author: Konstantin Koslowski
|
||||
Author-email: konstantin.koslowski@gmail.com
|
||||
License: UNKNOWN
|
||||
Description: UNKNOWN
|
||||
Platform: UNKNOWN
|
||||
Requires-Python: >=3.8,<4.0
|
8
homecontrol.egg-info/SOURCES.txt
Normal file
8
homecontrol.egg-info/SOURCES.txt
Normal file
|
@ -0,0 +1,8 @@
|
|||
setup.py
|
||||
homecontrol/homecontrol.py
|
||||
homecontrol.egg-info/PKG-INFO
|
||||
homecontrol.egg-info/SOURCES.txt
|
||||
homecontrol.egg-info/dependency_links.txt
|
||||
homecontrol.egg-info/entry_points.txt
|
||||
homecontrol.egg-info/requires.txt
|
||||
homecontrol.egg-info/top_level.txt
|
1
homecontrol.egg-info/dependency_links.txt
Normal file
1
homecontrol.egg-info/dependency_links.txt
Normal file
|
@ -0,0 +1 @@
|
|||
|
3
homecontrol.egg-info/entry_points.txt
Normal file
3
homecontrol.egg-info/entry_points.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
[console_scripts]
|
||||
homecontrol = homecontrol.homecontrol:main
|
||||
|
3
homecontrol.egg-info/requires.txt
Normal file
3
homecontrol.egg-info/requires.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
dataset<2.0.0,>=1.2.2
|
||||
flask<2.0.0,>=1.1.1
|
||||
requests<3.0.0,>=2.23.0
|
1
homecontrol.egg-info/top_level.txt
Normal file
1
homecontrol.egg-info/top_level.txt
Normal file
|
@ -0,0 +1 @@
|
|||
homecontrol
|
Loading…
Add table
Add a link
Reference in a new issue