projects
/
pgweb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7685ca
)
Add a pip requirements file for virtualenv deployments
author
Magnus Hagander
<magnus@hagander.net>
Sat, 25 May 2013 18:32:53 +0000
(14:32 -0400)
committer
Magnus Hagander
<magnus@hagander.net>
Sun, 16 Jun 2013 14:35:21 +0000
(16:35 +0200)
requirements.txt
[new file with mode: 0644]
patch
|
blob
diff --git a/requirements.txt
b/requirements.txt
new file mode 100644
(file)
index 0000000..
db0b8f8
--- /dev/null
+++ b/
requirements.txt
@@ -0,0
+1,5
@@
+Django==1.4.5
+django-markdown==0.2.1
+psycopg2==2.5
+pycrypto==2.6
+simplejson==3.3.0