Skip to content

Commit b1545be

Browse files
committed
feat: add Pipfile files
0 parents  commit b1545be

File tree

2 files changed

+156
-0
lines changed

2 files changed

+156
-0
lines changed

Pipfile

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[[source]]
2+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
8+
[dev-packages]
9+
pytest = "*"
10+
pytest-sugar = "*"
11+
pytest-watch = "*"
12+
black = "*"
13+
14+
[requires]
15+
python_version = "3.8"

Pipfile.lock

Lines changed: 141 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)