Final_Assignment_Template / pyproject.toml
bitcloud2's picture
working app_dev. hopefully working app
b0ed2e6
raw
history blame contribute delete
670 Bytes
[project]
authors = [{name = "bitcloud2", email = "bitcloud22@gmail.com"}]
name = "Final_Assignment_Template"
requires-python = ">= 3.11"
version = "0.1.0"
dependencies = ["smolagents>=1.14.0,<2", "gradio>=5.27.1,<6", "requests>=2.32.3,<3", "httpx>=0.28.1,<0.29", "beautifulsoup4>=4.13.4,<5"]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.project]
channels = ["https://conda.modular.com/max-nightly", "https://conda.modular.com/max", "https://repo.prefix.dev/modular-community", "conda-forge"]
platforms = ["linux-64"]
[tool.pixi.pypi-dependencies]
final_assignment_template = { path = ".", editable = true }
[tool.pixi.tasks]