Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cloudooo
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cloudooo
Commits
ce5e4530
Commit
ce5e4530
authored
Jun 10, 2011
by
Rafael Monnerat
👻
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include python-magic on global dependencies.
parent
b04e67f3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
setup.py
setup.py
+1
-5
No files found.
setup.py
View file @
ce5e4530
...
...
@@ -16,12 +16,9 @@ install_requires = [
'WSGIUtils'
,
'psutil>=0.2.0'
,
'lxml'
'python-magic'
]
test_requires
=
[
'python-magic'
,
]
if
sys
.
version_info
<
(
2
,
7
):
install_requires
.
append
(
'argparse'
)
...
...
@@ -46,7 +43,6 @@ setup(name='cloudooo',
include_package_data
=
True
,
zip_safe
=
False
,
install_requires
=
install_requires
,
test_requires
=
test_requires
,
entry_points
=
"""
[paste.app_factory]
main = cloudooo.paster_application:application
...
...
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