Update requirements.
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 01:03:51 +0000 (02:03 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 2 Feb 2013 01:03:51 +0000 (02:03 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
.gitignore
requirements.txt [new file with mode: 0644]
requiremnts.txt [deleted file]

index 59f5ed5..de15220 100644 (file)
@@ -1,3 +1,13 @@
+# Temporary files
 .*.swp
-.*.swo
 *.pyc
+*.pyo
+
+# Build-related files
+doc/_build/
+.coverage
+*.egg-info
+build/
+dist/
+htmlcov/
+MANIFEST
diff --git a/requirements.txt b/requirements.txt
new file mode 100644 (file)
index 0000000..3373df8
--- /dev/null
@@ -0,0 +1,2 @@
+Django
+django_authgroupex
diff --git a/requiremnts.txt b/requiremnts.txt
deleted file mode 100644 (file)
index 18e1319..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-Django
-django-authgroupex