Skip to content

Commit

Permalink
Try using uv
Browse files Browse the repository at this point in the history
  • Loading branch information
yefim committed Nov 25, 2024
1 parent 96f82f6 commit 4494224
Show file tree
Hide file tree
Showing 4 changed files with 414 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
party
3.13.0
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[project]
name = "party"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask-minify>=0.48",
"flask-sqlalchemy>=3.1.1",
"flask>=3.1.0",
"frozen-flask>=1.0.2",
"psycopg2>=2.9.10",
"python-dotenv>=1.0.1",
"pytz>=2024.2",
]
3 changes: 3 additions & 0 deletions pyvenv.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
home = /opt/homebrew/opt/[email protected]/bin
include-system-site-packages = false
version = 3.10.9
Loading

0 comments on commit 4494224

Please sign in to comment.