Skip to content

Commit 10834f4

Browse files
committed
Added Pipfile
1 parent e9cf621 commit 10834f4

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Pipfile

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
[[source]]
2+
3+
url = "https://pypi.python.org/simple"
4+
verify_ssl = true
5+
name = "pypi"
6+
7+
8+
[dev-packages]
9+
10+
pylint = "*"
11+
pytest = "*"
12+
pytest-cov = "*"
13+
14+
15+
[packages]
16+
17+
"pyasn1" = "*"
18+
"pyasn1-modules" = "*"
19+
cryptography = "*"

0 commit comments

Comments
 (0)