FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Go back to old setup without environment markers · igpg/voltron@93bece3 · GitHub

/ voltron Public
forked from snare/voltron

Commit 93bece3

Browse files
committed
Go back to old setup without environment markers
1 parent f54433a commit 93bece3

1 file changed

Lines changed: 16 additions & 12 deletions

File tree

‎setup.py‎

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@ def check_install():
5454
check_install()
5555

5656

57+
requirements = [
58+
'scruffington>=0.3.2',
59+
'flask',
60+
'flask_restful',
61+
'blessed',
62+
'pygments',
63+
'requests',
64+
'requests_unixsocket',
65+
'six',
66+
'pysigset'
67+
]
68+
if sys.platform == 'win32':
69+
requirements.append('cursor')
70+
71+
5772
setup(
5873
name="voltron",
5974
version="0.1.6",
@@ -65,18 +80,7 @@ def check_install():
6580
"vivisect vtrace windbg cdb pykd",
6681
url="https://github.com/snare/voltron",
6782
packages=find_packages(exclude=['tests', 'examples']),
68-
install_requires=[
69-
'scruffington>=0.3.2',
70-
'flask',
71-
'flask_restful',
72-
'blessed',
73-
'pygments',
74-
'requests',
75-
'requests_unixsocket',
76-
'six',
77-
'pysigset',
78-
"cursor > 1.0 : sys.platform == 'win32'"
79-
],
83+
install_requires=requirements,
8084
package_data={'voltron': ['config/*']},
8185
entry_points={
8286
'console_scripts': ['voltron=voltron:main']

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL