made changes on the api to match bank api
This commit was merged in pull request #6.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
flask = "==2.3.3"
|
||||
flask-marshmallow = "==0.15.0"
|
||||
marshmallow = "==3.19.0"
|
||||
flask-cors = "==3.0.10"
|
||||
gunicorn = "*"
|
||||
flask-swagger-ui = "*"
|
||||
python-dotenv = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.13"
|
||||
Reference in New Issue
Block a user