initial commit
This commit is contained in:
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
[project]
|
||||
name = "django-wallet"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"bcrypt>=4.2.1",
|
||||
"cryptography>=44.0.0",
|
||||
"django>=5.1.4",
|
||||
"psycopg2-binary>=2.9.10",
|
||||
"python-dotenv>=1.0.1",
|
||||
]
|
||||
Reference in New Issue
Block a user