We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df53b9 commit e516f38Copy full SHA for e516f38
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ncaa_bbStats"
7
-version = "0.1.0"
+version = "1.0.0"
8
description = "A package to analyze college baseball stats by year and division"
9
authors = [
10
{ name="Mateo Biggs", email="mateojohn2024@gmail.com" }
@@ -13,7 +13,14 @@ readme = "README.md"
13
license = { file = "LICENSE" }
14
requires-python = ">=3.8"
15
dependencies = [
16
- "matplotlib"
+ "matplotlib",
17
+ "numpy",
18
+ "time",
19
+ "requests",
20
+ "os",
21
+ "json",
22
+ "re",
23
+ "csv"
24
]
25
26
[project.scripts]
0 commit comments