-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 777 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 777 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tool.poetry]
name = "gigtracker"
version = "0.1.0"
description = ""
authors = ["Dave Westerveld <davewesterveld@gmail.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = "^3.12"
fastapi = {extras = ["standard"], version = "^0.115.5"}
pytailwindcss = "^0.2.0"
sqlmodel = "^0.0.22"
jinja2-fragments = "^1.6.0"
python-multipart = "^0.0.19"
types-passlib = "^1.7.7.20241221"
passlib = {extras = ["bcrypt"], version = "^1.7.4"}
pydantic-extra-types = "^2.10.1"
pyjwt = "^2.10.1"
types-requests = "^2.32.0.20241016"
slowapi = "^0.1.9"
faker = "^37.0.0"
requests = "^2.32.3"
[tool.poetry.group.dev.dependencies]
ruff = "^0.7.4"
mypy = "^1.13.0"
pytest = "^8.3.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"