Skip to content

Commit 1cc07db

Browse files
Add pipenv configuration and lock file
1 parent 086cb2f commit 1cc07db

File tree

2 files changed

+95
-0
lines changed

2 files changed

+95
-0
lines changed

Pipfile

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[[source]]
2+
name = "pypi"
3+
url = "https://pypi.org/simple"
4+
verify_ssl = true
5+
6+
[dev-packages]
7+
8+
[packages]
9+
cachetools = "==3.1.1"
10+
certifi = "==2020.6.20"
11+
chardet = "==3.0.4"
12+
idna = "==2.10"
13+
requests = "==2.24.0"
14+
six = "==1.15.0"
15+
urllib3 = "==1.25.10"
16+
17+
[requires]
18+
python_version = "3.8"

Pipfile.lock

Lines changed: 77 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)