Skip to content

Commit ad801d2

Browse files
committed
Move pyth to full_requirements, add mimms
1 parent 5769d37 commit ad801d2

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

full_requirements.txt

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# This includes parts which requires compiling or scraping related, etc
2+
-r requirements.txt
3+
4+
--find-links http://download.savannah.gnu.org/releases/mimms/
5+
6+
mimms==3.2.1
7+
8+
# Temporary, until pyth release a new pypi with pull #16
9+
-e git://github.com/brendonh/pyth.git#egg=pyth

requirements.txt

-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ django-ratings
3535
-e git://github.com/hasadna/django-backlinks.git#egg=django-backlinks
3636
-e git://github.com/spreeker/django-voting2.git#egg=django-voting2
3737
-e git://github.com/hasadna/django-piston.git#egg=django-piston
38-
# Temporary, until pyth release a new pypi with pull #16
39-
-e git://github.com/brendonh/pyth.git#egg=pyth
4038
django-debug-toolbar>=0.8.3
4139
nose
4240
django-nose

0 commit comments

Comments
 (0)