From 5201a444e93a472373ab7c30b3b99b7151e9f199 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Tue, 16 May 2023 14:57:43 -0400 Subject: [PATCH] added requirements to package --- pyproject.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a19e8bb..6a037f4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,5 +2,13 @@ requires = ["setuptools>=61.0"] build-backend = "setuptools.build_meta" -[metadata] -name = "recepie_graph" \ No newline at end of file +[project] +name = "recepie_graph" +version = "0.0.1" +description = "mapping out recipes relations" +dependencies = [ + "SQLAlchemy==1.4.39", + "python-dotenv==0.20.0", + "beautifulsoup4==4.11.1", + "psycopg2-binary==2.9.3" +] \ No newline at end of file