Procházet zdrojové kódy

remove poetry, overkill

Karl Hudgell před 6 měsíci
rodič
revize
3167ab25d7
3 změnil soubory, kde provedl 0 přidání a 53 odebrání
  1. 0 34
      poetry.lock
  2. 0 3
      poetry.toml
  3. 0 16
      pyproject.toml

+ 0 - 34
poetry.lock

@@ -1,34 +0,0 @@
-# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
-
-[[package]]
-name = "paho-mqtt"
-version = "2.1.0"
-description = "MQTT version 5.0/3.1.1 client class"
-optional = false
-python-versions = ">=3.7"
-files = [
-    {file = "paho_mqtt-2.1.0-py3-none-any.whl", hash = "sha256:6db9ba9b34ed5bc6b6e3812718c7e06e2fd7444540df2455d2c51bd58808feee"},
-    {file = "paho_mqtt-2.1.0.tar.gz", hash = "sha256:12d6e7511d4137555a3f6ea167ae846af2c7357b10bc6fa4f7c3968fc1723834"},
-]
-
-[package.extras]
-proxy = ["pysocks"]
-
-[[package]]
-name = "python-dotenv"
-version = "1.0.1"
-description = "Read key-value pairs from a .env file and set them as environment variables"
-optional = false
-python-versions = ">=3.8"
-files = [
-    {file = "python-dotenv-1.0.1.tar.gz", hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca"},
-    {file = "python_dotenv-1.0.1-py3-none-any.whl", hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a"},
-]
-
-[package.extras]
-cli = ["click (>=5.0)"]
-
-[metadata]
-lock-version = "2.0"
-python-versions = "^3.8"
-content-hash = "a464e018da3c243fd5b889dddee79b9f4d25f520855325f8478224b55eebbbcc"

+ 0 - 3
poetry.toml

@@ -1,3 +0,0 @@
-[virtualenvs]
-in-project = true
-prefer-active-python = true

+ 0 - 16
pyproject.toml

@@ -1,16 +0,0 @@
-[tool.poetry]
-name = "FloppyPlayer"
-version = "0.1.0"
-description = ""
-authors = ["Karl Hudgell"]
-readme = "README.md"
-
-[tool.poetry.dependencies]
-python = "^3.8"
-paho-mqtt = "^2.1.0"
-python-dotenv = "^1.0.1"
-
-
-[build-system]
-requires = ["poetry-core"]
-build-backend = "poetry.core.masonry.api"