Skip to content

Commit 88492c3

Browse files
committed
Pipenv
1 parent ff88c0d commit 88492c3

File tree

3 files changed

+43
-1
lines changed

3 files changed

+43
-1
lines changed

Pipfile

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
5+
[packages]
6+
netifaces = "*"
7+
netaddr = "*"
8+
wireless = "*"
9+
tqdm = "*"

Pipfile.lock

+33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ netifaces
22
netaddr
33
wireless
44
SpoofMAC
5-
tqdm
5+
tqdm

0 commit comments

Comments
 (0)