このコミットが含まれているのは:
Mike 2020-07-26 01:13:47 +01:00
コミット 8b29523643
2個のファイルの変更16行の追加0行の削除

5
.gitignore vendored ノーマルファイル
ファイルの表示

@ -0,0 +1,5 @@
#
.idea/

11
Pipfile ノーマルファイル
ファイルの表示

@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
[requires]
python_version = "3.7"