Skip to content

Commit e516f38

Browse files
authored
Update pyproject.toml
1 parent 7df53b9 commit e516f38

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ncaa_bbStats"
7-
version = "0.1.0"
7+
version = "1.0.0"
88
description = "A package to analyze college baseball stats by year and division"
99
authors = [
1010
{ name="Mateo Biggs", email="mateojohn2024@gmail.com" }
@@ -13,7 +13,14 @@ readme = "README.md"
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.8"
1515
dependencies = [
16-
"matplotlib"
16+
"matplotlib",
17+
"numpy",
18+
"time",
19+
"requests",
20+
"os",
21+
"json",
22+
"re",
23+
"csv"
1724
]
1825

1926
[project.scripts]

0 commit comments

Comments
 (0)