diff --git a/rest_api/pyproject.toml b/rest_api/pyproject.toml index 6c050e74..d256c3b2 100644 --- a/rest_api/pyproject.toml +++ b/rest_api/pyproject.toml @@ -14,7 +14,7 @@ python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} boto3 = "^1.24.25" aiofiles = "^0.8.0" -open_dbm +opendbm [tool.poetry.dev-dependencies] pytest = "^5.2" diff --git a/rest_api/requirements.txt b/rest_api/requirements.txt index d2797d64..dd406dc8 100644 --- a/rest_api/requirements.txt +++ b/rest_api/requirements.txt @@ -29,4 +29,4 @@ typing-extensions==4.3.0; python_full_version >= "3.6.1" and python_version >= " urllib3==1.26.11; python_version >= "3.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version < "4" and python_version >= "3.7" win32-setctime==1.1.0; sys_platform == "win32" and python_version >= "3.5" zipp==3.8.1; python_version >= "3.7" and python_full_version < "3.0.0" and python_version < "3.8" or python_full_version >= "3.6.0" and python_version < "3.8" and python_version >= "3.7" -open_dbm \ No newline at end of file +opendbm \ No newline at end of file