Skip to content

Commit d35dd27

Browse files
Add pipfile for security scan requirement. (#18)
Co-authored-by: Anubhav Singh <anubhav.singh@logicmonitor.com>
1 parent 449c8f9 commit d35dd27

File tree

2 files changed

+68
-0
lines changed

2 files changed

+68
-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+
certifi = ">=14.05.14"
8+
six = ">=1.10"
9+
python-dateutil = ">=2.5.3"
10+
urllib3 = ">=1.15.1"
11+
12+
[dev-packages]
13+
14+
[requires]
15+
python_version = "3.9"

Pipfile.lock

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