Skip to content

Commit 1ce49e5

Browse files
authored
created Pipfile for better support of python venv
1 parent ed66067 commit 1ce49e5

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

Pipfile

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[[source]]
2+
url = "https://pypi.python.org/simple"
3+
verify_ssl = true
4+
name = "pypi"
5+
6+
[scripts]
7+
loki = "python loki.py"
8+
9+
[packages]
10+
wheel = "*"
11+
colorama = "*"
12+
future = "*"
13+
netaddr = "*"
14+
psutil = "*"
15+
rfc5424-logging-handler = "*"
16+
pywin32 = { version="*", sys_platform="== 'win32'" }
17+
yara-python = "*"
18+
WMI = {version="*",sys_platform="== 'win32'" }
19+
20+
[dev-packages]
21+
22+
[requires]
23+
python_version = "3"

0 commit comments

Comments
 (0)