Skip to content

Commit

Permalink
Merge pull request #1 from cs3216-a3-group-4/seeleng/test-py3.12
Browse files Browse the repository at this point in the history
chore: upgrade to 3.12
  • Loading branch information
chloeelim authored Sep 19, 2024
2 parents 0a16363 + 18be10b commit 17c430b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 103 deletions.
6 changes: 3 additions & 3 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@ name = "src"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
requires-python = ">=3.12"
dependencies = [
"httpx>=0.27.2",
"beautifulsoup4>=4.12.3",
"fastapi[standard]>=0.115.0",
"sqlalchemy>=2.0.35",
"passlib>=1.7.4",
"jwt>=1.3.1",
"python-dotenv",
"setuptools",
"wheel",
"psycopg2>=2.9.9",
"pyjwt>=2.9.0",
"email-validator>=2.2.0",
"bcrypt>=4.2.0",
"jwt>=1.3.1",
"pyjwt>=2.9.0",
]

[build-system]
Expand Down
Loading

0 comments on commit 17c430b

Please sign in to comment.