Skip to content

Commit

Permalink
fork fastapi-admin, remove pendulum
Browse files Browse the repository at this point in the history
  • Loading branch information
laggron42 committed Nov 4, 2024
1 parent 7c22d26 commit 514cea6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 117 deletions.
1 change: 0 additions & 1 deletion ballsdex/core/admin/resources.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@ class BallInstanceResource(Model):
),
filters.ForeignKey(model=Ball, name="ball", label="Ball"),
filters.ForeignKey(model=Special, name="special", label="Special"),
filters.Date(name="catch_date", label="Catch date"),
filters.Boolean(name="shiny", label="Shiny"),
filters.Boolean(name="favorite", label="Favorite"),
filters.Search(
Expand Down
119 changes: 4 additions & 115 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ audioop-lts = {version = "^0.2.1", python = ">=3.13" }

# fastapi
fastapi = "^0.115.4"
fastapi-admin = {git = "https://github.com/fastapi-admin/fastapi-admin", rev = "ebea3bf71689caa583fe55aa25db899cf8eeae31"}
fastapi-admin = {git = "https://github.com/Ballsdex-Team/fastapi-admin", branch = "ballsdex"}
uvicorn = "^0.32.0"

# database ORM
Expand Down

0 comments on commit 514cea6

Please sign in to comment.