Change opendbm package name in repo

This commit is contained in:
M Faisyal
2022-10-04 19:27:55 +07:00
parent 92e08860a8
commit 354403622a
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ python-jose = {extras = ["cryptography"], version = "^3.3.0"}
passlib = {extras = ["bcrypt"], version = "^1.7.4"} passlib = {extras = ["bcrypt"], version = "^1.7.4"}
boto3 = "^1.24.25" boto3 = "^1.24.25"
aiofiles = "^0.8.0" aiofiles = "^0.8.0"
open_dbm opendbm
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
pytest = "^5.2" pytest = "^5.2"

View File

@@ -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" 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" 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" 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 opendbm