Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lettuce
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
lettuce
Commits
0131a000
Commit
0131a000
authored
Jun 11, 2012
by
Gabriel Falcao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating requirements
parent
4c260515
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
+6
-7
Makefile
+2
-3
requirements.txt
+3
-3
setup.py
+1
-1
No files found.
Makefile
View file @
0131a000
...
...
@@ -3,7 +3,7 @@ all: check_dependencies unit functional integration doctest
filename
=
lettuce-
`
python
-c
'import lettuce;print lettuce.version'
`
.tar.gz
export
PYTHONPATH
:=
${
PWD
}
export
LETTUCE_DEPENDENCIES
:=
nose mox sphinx lxml django
export
LETTUCE_DEPENDENCIES
:=
nose mox sphinx lxml django
fuzzywuzzy mock
check_dependencies
:
@
echo
"Checking for dependencies to run tests ..."
...
...
@@ -52,4 +52,4 @@ release: clean unit functional integration doctest deploy-documentation publish
@
echo
"DONE!"
publish
:
@
python setup.py sdist register upload
\ No newline at end of file
@
python setup.py sdist register upload
requirements.txt
View file @
0131a000
mox
nose
django
>=1.
1.1
django
>=1.
4
sphinx
lxml
tornado
coverage
sure
>=0.10.0
\ No newline at end of file
sure
>=0.10.0
mock
>=0.8.0
setup.py
View file @
0131a000
...
...
@@ -30,7 +30,7 @@ def get_packages():
return
packages
required_modules
=
[
'sure'
]
required_modules
=
[
'sure'
,
'fuzzywuzzy'
]
if
sys
.
version_info
[:
2
]
<
(
2
,
6
):
required_modules
.
append
(
'multiprocessing'
)
...
...
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