Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release/v0.4.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
taizan-hokuto committed Nov 17, 2020
2 parents a5c7ba5 + 83ad4dc commit aaf9860
Show file tree
Hide file tree
Showing 7 changed files with 448 additions and 6 deletions.
19 changes: 19 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
httpx = {extras = ["http2"], version = "*"}
protobuf = "==3.14.0"
pytz = "*"
urllib3 = "*"

[dev-packages]
pytest-mock = "*"
pytest-httpx = "*"
wheel = "*"
twine = "*"

[requires]
python_version = ">=3.6"
Loading

0 comments on commit aaf9860

Please sign in to comment.