Skip to content

Commit

Permalink
fix: colors in the output (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandobrito authored Oct 5, 2023
1 parent a97019c commit f604042
Show file tree
Hide file tree
Showing 4 changed files with 502 additions and 249 deletions.
6 changes: 4 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,21 @@ url = "https://pypi.org/simple"
verify_ssl = true

[packages]
# Also need to be added to setup.py
pydantic = "~= 1.9.1"
requests = "~= 2.28.0"
typer = "~= 0.4.2"
google-cloud-storage = "~= 2.4.0"
rich = "~= 13.3"

[dev-packages]
mypy = "~= 0.961"
mypy = "== 0.961"
black = "== 22.6.0"
flake8 = "~= 4.0.1"
pytest = "~= 7.1.2"
types-requests = "~= 2.28.0"
pytest-cov = "~= 3.0.0"
responses = "~= 0.21.0"
responses = "~= 0.23"
isort = "~= 5.10.1"

[requires]
Expand Down
Loading

0 comments on commit f604042

Please sign in to comment.