Spaces:
Build error
Build error
Wisdom Chen
commited on
Create pyproject.toml
Browse files- pyproject.toml +9 -0
pyproject.toml
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[build-system]
|
2 |
+
requires = ["setuptools>=69.0.0", "wheel>=0.42.0"]
|
3 |
+
build-backend = "setuptools.build_meta"
|
4 |
+
|
5 |
+
[project]
|
6 |
+
name = "amazon-multimodal-product-assistant"
|
7 |
+
version = "0.1.0"
|
8 |
+
description = "Amazon E-commerce Visual Assistant"
|
9 |
+
requires-python = ">=3.10"
|