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