Skip to content

Commit

Permalink
removed search, which is not used
Browse files Browse the repository at this point in the history
updated dependencies
  • Loading branch information
Zerskk committed Jul 25, 2024
1 parent ec7a383 commit 0c5c7f9
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app/api/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from app.api.endpoints import ontologies
from app.api.endpoints import webhooks
from app.api.endpoints import notifications
from app.api.endpoints import search
# from app.api.endpoints import search
from app.api.endpoints import activity_database

api_router = APIRouter(prefix="/api/v2")
Expand Down
67 changes: 50 additions & 17 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,50 @@
fastapi~=0.78.0
neo4j
pydantic~=1.9.1
requests~=2.28.0
starlette~=0.19.1
obonet~=0.3.0
pandas~=1.4.3
celery~=5.2.7
networkx~=2.8.4
python-dotenv~=0.20.0
boto3~=1.24.30
botocore~=1.27.30
uvicorn~=0.18.2
flower~=1.1.0
redis~=4.3.4

SQLAlchemy~=1.4.41
fastapi~=0.111.1
obonet~=1.1.0
requests~=2.32.3
pandas~=2.2.2
celery~=5.4.0
SQLAlchemy~=2.0.31
neo4j~=5.22.0
networkx~=3.3
pydantic~=2.8.2
python-dotenv~=1.0.1
dnspython~=2.6.1
idna~=3.7
httpcore~=1.0.5
httpx~=0.27.0
anyio~=4.4.0
h11~=0.14.0
pip~=24.0
Jinja2~=3.1.4
amqp~=5.2.0
vine~=5.1.0
pytz~=2024.1
typing_extensions~=4.12.2
rich~=13.7.1
Pygments~=2.18.0
PyYAML~=6.0.1
sniffio~=1.3.1
click~=8.1.7
certifi~=2024.7.4
kombu~=5.3.7
billiard~=4.2.0
mdurl~=0.1.2
numpy~=2.0.1
typer~=0.12.3
shellingham~=1.5.4
python-dateutil~=2.9.0.post0
greenlet~=3.0.3
MarkupSafe~=2.1.5
uvloop~=0.19.0
starlette~=0.37.2
email_validator~=2.2.0
pydantic_core~=2.20.1
websockets~=12.0
urllib3~=2.2.2
uvicorn~=0.30.3
httptools~=0.6.1
watchfiles~=0.22.0
wcwidth~=0.2.13
six~=1.16.0
python-multipart~=0.0.9
prompt_toolkit~=3.0.47

0 comments on commit 0c5c7f9

Please sign in to comment.