]> git.openstreetmap.org Git - osqa.git/commitdiff
Create requirements.txt for easy dependency installation with pip and set up .gitignore
authorAttila-Mihaly Balazs <dify.ltd@gmail.com>
Tue, 3 Dec 2013 09:09:27 +0000 (11:09 +0200)
committerAttila-Mihaly Balazs <dify.ltd@gmail.com>
Tue, 3 Dec 2013 09:09:27 +0000 (11:09 +0200)
.gitignore [new file with mode: 0644]
requirements.txt [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..fa698c6
--- /dev/null
@@ -0,0 +1,7 @@
+*.pyc
+.pydevproject
+.settings
+.project
+log/django.osqa.log
+tmp/*
+
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..fd43d5c
--- /dev/null
@@ -0,0 +1,10 @@
+markdown
+html5lib
+python-openid
+South
+python-memcached
+django==1.3.7
+django-debug-toolbar
+django-endless-pagination
+pytz
+