From 60b843c5fde377e86fa1da53ec14cb4717ae607b Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 22 Oct 2021 15:38:07 +0200 Subject: Remove poetry project Actually because of how gnuradio works it would be a mess to have a virtualenv. It is easier to just run $ pip3 install dearpygui instead. And the other deps (numpy) are installed anyways. --- src/pyproject.toml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/pyproject.toml (limited to 'src/pyproject.toml') diff --git a/src/pyproject.toml b/src/pyproject.toml deleted file mode 100644 index a46619a..0000000 --- a/src/pyproject.toml +++ /dev/null @@ -1,16 +0,0 @@ -[tool.poetry] -name = "fading_ui" -version = "0.1.0" -description = "User Interface for RX device" -authors = ["Nao Pross "] - -[tool.poetry.dependencies] -python = ">=3.8,<3.11" -dearpygui = "^1.0.2" -numpy = "^1.21.3" - -[tool.poetry.dev-dependencies] - -[build-system] -requires = ["poetry-core>=1.0.0"] -build-backend = "poetry.core.masonry.api" -- cgit v1.2.1