Skip to content
Snippets Groups Projects
Commit 4a19dc6a authored by Erik Reid's avatar Erik Reid
Browse files

removed msyql dependency for now

parent d42eb366
Branches
Tags
No related merge requests found
...@@ -8,7 +8,6 @@ fastapi ...@@ -8,7 +8,6 @@ fastapi
pydantic pydantic
uvicorn[standard] uvicorn[standard]
mysqlclient
junos-eznc junos-eznc
pytest pytest
......
...@@ -13,7 +13,6 @@ setup( ...@@ -13,7 +13,6 @@ setup(
'requests', 'requests',
'sqlalchemy', 'sqlalchemy',
'alembic', 'alembic',
'mysqlclient',
'click', 'click',
'junos-eznc' 'junos-eznc'
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment