Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-combe committed Feb 8, 2024
2 parents b56878b + d1681be commit 11cf435
Show file tree
Hide file tree
Showing 5 changed files with 392 additions and 258 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
fastapi = ">=0.68.0,<0.69.0"
uvicorn = "<0.16.0,>=0.15.0"
fastapi = "*"
uvicorn = "*"
lxml = ">=4.9.1"
numpy = ">=1.14.3"
pandas = ">=0.21.0"
Expand Down
Loading

0 comments on commit 11cf435

Please sign in to comment.