Skip to content

Commit

Permalink
Review pydal dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gi0baro committed Oct 9, 2024
1 parent 11fa35b commit d06cae2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
"click>=6.0",
"emmett-core[granian,rapidjson]",
"pendulum~=3.0.0",
"pydal",
"pydal@git+https://github.com/gi0baro/pydal@emmett",
"pyyaml~=6.0",
"renoir~=1.6",
"severus~=1.1",
Expand Down Expand Up @@ -72,6 +72,9 @@ include = [
'/tests',
]

[tool.hatch.metadata]
allow-direct-references = true

[tool.uv]
dev-dependencies = [
"ipaddress>=1.0",
Expand All @@ -82,4 +85,3 @@ dev-dependencies = [

[tool.uv.sources]
emmett-core = { git = "https://github.com/emmett-framework/core", rev = "ab79ed4" }
pydal = { git = "https://github.com/gi0baro/pydal.git", branch = "emmett" }

0 comments on commit d06cae2

Please sign in to comment.