Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
agkyra
Commits
656b5387
Commit
656b5387
authored
Oct 08, 2015
by
Giorgos Korfiatis
Browse files
remove dependency on mock
parent
279251f5
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.py
View file @
656b5387
...
...
@@ -2,8 +2,6 @@ import os
def
main
():
os
.
chdir
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)))
# this is needed for mock
os
.
system
(
"pip install --upgrade setuptools"
)
import
get_nwjs
get_nwjs
.
main
()
...
...
setup.py
View file @
656b5387
...
...
@@ -41,7 +41,6 @@ INSTALL_REQUIRES = [
'psutil'
,
'ws4py'
,
'certifi'
,
'mock'
,
]
EXTRAS_REQUIRES
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment