homecontrol: use poetry for project management

This commit is contained in:
Konstantin Koslowski 2020-02-27 15:12:33 +01:00
parent 1a8267b668
commit f673710c3e
11 changed files with 560 additions and 30 deletions

View 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

View 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

View file

@ -0,0 +1 @@

View file

@ -0,0 +1,3 @@
[console_scripts]
homecontrol = homecontrol.homecontrol:main

View 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

View file

@ -0,0 +1 @@
homecontrol