Skip to content

Commit

Permalink
♻️(deps): remove passlib dependency
Browse files Browse the repository at this point in the history
fixes OpenFreeEnergy/alchemiscale/#304
  • Loading branch information
LilDojd committed Sep 18, 2024
1 parent 4ac3e46 commit 71e0efb
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion devtools/conda-envs/alchemiscale-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ dependencies:
- uvicorn
- gunicorn
- python-jose
- passlib
- bcrypt
- python-multipart
- starlette
Expand Down
3 changes: 1 addition & 2 deletions devtools/conda-envs/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- monotonic
- docker-py # for grolt

# user client printing
# user client printing
- rich

## object store
Expand All @@ -28,7 +28,6 @@ dependencies:
- uvicorn
- gunicorn
- python-jose
- passlib
- bcrypt
- python-multipart
- starlette
Expand Down
1 change: 0 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
"jose",
"networkx",
"numpy",
"passlib",
"py2neo",
"pydantic",
"starlette",
Expand Down

0 comments on commit 71e0efb

Please sign in to comment.