Skip to content

Commit

Permalink
Merge pull request #21 from nanato12/release/v2.0
Browse files Browse the repository at this point in the history
Release v2.0
  • Loading branch information
nanato12 authored Nov 20, 2020
2 parents 1c31619 + cbaccaa commit 61a2120
Show file tree
Hide file tree
Showing 5 changed files with 240 additions and 137 deletions.
7 changes: 4 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
name = "pylinebot"
url = "https://pypi.org/project/pylinebot/"
verify_ssl = true

[dev-packages]
Expand All @@ -9,10 +9,11 @@ mypy = "*"
flake8 = "*"
black = "*"
flask = "*"
wheel = "*"
twine = "*"

[packages]
line-bot-sdk = "*"
pillow = "*"

[requires]
python_version = "3"
Loading

0 comments on commit 61a2120

Please sign in to comment.