Skip to content

Commit

Permalink
Merge pull request #36 from guivaloz/guivaloz/de-nuevo
Browse files Browse the repository at this point in the history
Guivaloz/de nuevo
  • Loading branch information
guivaloz authored Jan 22, 2025
2 parents 55a1552 + 258934c commit 2aee183
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
.DS_Store
.~lock.*

*.code-workspace
*.py[cod]
*.egg-info/
*.log
*.sqlite3
*.sqlite3-journal
Expand All @@ -17,11 +19,15 @@
*.XLSX

__pycache__/
/.idea
/.git
/.github
/.idea
/.venv
/.vscode
/cli
/poetry.lock
/seed
/setup.cfg
/sql
/tests
/venv
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.DS_Store
.~lock.*

*.code-workspace
*.csv
*.html
*.log
Expand All @@ -24,4 +25,5 @@ __pycache__/

/.idea/
/.venv/
/seed/
/venv/
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description = "Front-End del Portal de Pagos hecho con Flask."
authors = ["Guillermo Valdes <[email protected]>"]
license = "AGPL3"
readme = "README.md"
package-mode = false

[tool.poetry.dependencies]
python = "^3.11"
Expand All @@ -13,12 +14,14 @@ flask-wtf = "^1.2.2"
google-auth = "^2.37.0"
google-cloud = "^0.34.0"
google-cloud-secret-manager = "^2.22.1"
gunicorn = "^23.0.0"
hashids = "^1.3.1"
jinja2 = "^3.1.5"
pydantic = "^2.10.5"
pydantic-settings = "^2.7.1"
python-dotenv = "^1.0.1"
unidecode = "^1.3.8"
uvicorn = "^0.34.0"


[tool.poetry.group.dev.dependencies]
Expand Down
4 changes: 4 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,14 @@ googleapis-common-protos[grpc]==1.66.0 ; python_version >= "3.11" and python_ver
grpc-google-iam-v1==0.14.0 ; python_version >= "3.11" and python_version < "4.0"
grpcio-status==1.69.0 ; python_version >= "3.11" and python_version < "4.0"
grpcio==1.69.0 ; python_version >= "3.11" and python_version < "4.0"
gunicorn==23.0.0 ; python_version >= "3.11" and python_version < "4.0"
h11==0.14.0 ; python_version >= "3.11" and python_version < "4.0"
hashids==1.3.1 ; python_version >= "3.11" and python_version < "4.0"
idna==3.10 ; python_version >= "3.11" and python_version < "4.0"
itsdangerous==2.2.0 ; python_version >= "3.11" and python_version < "4.0"
jinja2==3.1.5 ; python_version >= "3.11" and python_version < "4.0"
markupsafe==3.0.2 ; python_version >= "3.11" and python_version < "4.0"
packaging==24.2 ; python_version >= "3.11" and python_version < "4.0"
proto-plus==1.25.0 ; python_version >= "3.11" and python_version < "4.0"
protobuf==5.29.3 ; python_version >= "3.11" and python_version < "4.0"
pyasn1-modules==0.4.1 ; python_version >= "3.11" and python_version < "4.0"
Expand All @@ -34,5 +37,6 @@ rsa==4.9 ; python_version >= "3.11" and python_version < "4"
typing-extensions==4.12.2 ; python_version >= "3.11" and python_version < "4.0"
unidecode==1.3.8 ; python_version >= "3.11" and python_version < "4.0"
urllib3==2.3.0 ; python_version >= "3.11" and python_version < "4.0"
uvicorn==0.34.0 ; python_version >= "3.11" and python_version < "4.0"
werkzeug==3.1.3 ; python_version >= "3.11" and python_version < "4.0"
wtforms==3.2.1 ; python_version >= "3.11" and python_version < "4.0"

0 comments on commit 2aee183

Please sign in to comment.