Skip to content

Commit a71cdc7

Browse files
committed
Add Pipfile's
1 parent 2fac859 commit a71cdc7

File tree

2 files changed

+197
-0
lines changed

2 files changed

+197
-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+
url = "https://pypi.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[packages]
7+
requests = "*"
8+
pytest = "*"
9+
assertpy = "*"
10+
jsonpath-ng = "*"
11+
cerberus = "*"
12+
python-dotenv = "*"
13+
14+
[dev-packages]
15+
16+
[requires]
17+
python_version = "3.8"
18+
python_full_version = "3.8.13"

Pipfile.lock

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