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

Commit

Permalink
使用 pipenv 建立 Pipfile & Pipfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hms5232 committed May 20, 2020
1 parent a361bd2 commit d28019a
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]

[packages]
python-telegram-bot = "==12.4.2"

[requires]
python_version = "3"
134 changes: 134 additions & 0 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d28019a

Please sign in to comment.