This repository was archived by the owner on Dec 26, 2023. It is now read-only.
forked from lincolnloop/lincoln-loop-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfabreqs.py.example
More file actions
48 lines (48 loc) · 1.43 KB
/
fabreqs.py.example
File metadata and controls
48 lines (48 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
requirements = [
{
'name': 'free_text_src',
'package': 'free_text',
'dist': 'git',
'url': 'git://github.com/lincolnloop/django-freetext.git',
}, {
'name': 'html2text.py',
'dist': 'wget',
'url': 'http://www.aaronsw.com/2002/html2text/html2text.py',
}, {
'name': 'python-dateutil',
'dist': 'pypi',
'rev': '1.4.1',
'url':'http://pypi.python.org/pypi/dateutil',
}, {
'name': 'django-1.0-bugfix',
'dist':'svn',
'url':'http://code.djangoproject.com/svn/django/branches/releases/1.0.X',
}, {
'name':'django-tagging',
'package':'tagging',
'dist':'svn',
'rev':'149',
'url':'http://django-tagging.googlecode.com/svn/trunk'
}, {
'name':'django-command-extensions',
'dist':'svn',
'rev':'135',
'url':' http://django-command-extensions.googlecode.com/svn/trunk',
}, {
'name':'django-registration',
'dist':'svn',
'rev':'168',
'url':'http://django-registration.googlecode.com/svn/trunk'
}, {
'name':'django-template-utils',
'dist':'svn',
'rev':'109',
'url':'http://django-template-utils.googlecode.com/svn/trunk',
}, {
'name':'sorl-thumbnail',
'package':'sorl',
'dist':'svn',
'rev':'430',
'url':'http://sorl-thumbnail.googlecode.com/svn/trunk',
},
]