aboutsummaryrefslogtreecommitdiff
path: root/projectA/pyproject.toml
diff options
context:
space:
mode:
authorkdam0 <me@kumardamani.net>2024-07-04 02:38:00 +0000
committerkdam0 <me@kumardamani.net>2024-07-04 02:38:00 +0000
commit961429150735efa060060a91f7e24dcec9bbb774 (patch)
tree8fc9544f9db2f4accd7b89375d33d6ab70a2186f /projectA/pyproject.toml
parent0a8f7fb544ee3dcf87d6cc0aeb67e8359ca142d5 (diff)
moved into sub-dir
Diffstat (limited to 'projectA/pyproject.toml')
-rw-r--r--projectA/pyproject.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/projectA/pyproject.toml b/projectA/pyproject.toml
deleted file mode 100644
index 6cc0361..0000000
--- a/projectA/pyproject.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[tool.poetry]
-name = "testproject"
-version = "0.1.0"
-description = ""
-authors = ["Your Name <you@example.com>"]
-readme = "README.md"
-
-[tool.poetry.dependencies]
-python = "^3.10"
-Django = "^5.0.6"
-graphx = "^0.0.4"
-
-[tool.poetry.group.dev.dependencies]
-mypy = "^1.10.1"
-django-stub = "^0.1"
-
-[build-system]
-requires = ["poetry-core"]
-build-backend = "poetry.core.masonry.api"