Skip to content

Commit

Permalink
Start transitioning to FastAPI
Browse files Browse the repository at this point in the history
  • Loading branch information
scmmmh committed Oct 9, 2023
1 parent fff0497 commit f7988f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions museum_map/server/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from fastapi import FastAPI


app = FastAPI
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
]
dependencies = [
"click>8.0.0,<9",
"fastapi[all]",
"inflection>=0.5.1,<1",
"requests>=2.31.0,<3",
"SQLAlchemy>=1.4.49,<2",
Expand All @@ -30,11 +31,9 @@ dependencies = [
"spacy>=3.6.0,<3.7",
"gensim>=4.3.1,<5",
"scipy>=1.11.2,<2",
"tornado>=6.3.3,<7",
"asyncpg>=0.28.0,<1",
"PyYAML>=6.0,<7",
"Cerberus>=1.3.5,<2",
"psycopg2-binary>=2.9.7,<3",
"meilisearch-python-async>=1.6.2,<2",
]

Expand Down

0 comments on commit f7988f7

Please sign in to comment.