added requirements to package

This commit is contained in:
Andrei Stoica 2023-05-16 14:57:43 -04:00
parent d60634dff2
commit 5201a444e9
1 changed files with 10 additions and 2 deletions

View File

@ -2,5 +2,13 @@
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[metadata]
[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"
]