Skip to content

Commit 1b95258

Browse files
committed
v0.65.85: Dependcies added to TOML
1 parent cea88b4 commit 1b95258

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

pyproject.toml

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

55
[project]
66
name = "umd-api"
7-
version = "0.65.8"
7+
version = "0.65.85"
88
description = "A package for accessing the UMD API in Python"
99
readme = "README.md"
1010
authors = [
@@ -14,9 +14,11 @@ license = { text = "MIT" }
1414
keywords = ["umd", "education", "API"]
1515

1616
dependencies = [
17-
"requests",
18-
"beautifulsoup4",
19-
"regex",
17+
"requests>=2.31.0,<3.0",
18+
"beautifulsoup4>=4.12.2,<5.0",
19+
"regex>=2024.10.30,<2025.0",
20+
"pytz>=2023.3,<2024.0",
21+
"pandas>=2.0.3,<3.0"
2022
]
2123

2224
requires-python = ">=3.10"

0 commit comments

Comments
 (0)