File size: 670 Bytes
b0ed2e6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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]