diff options
-rw-r--r-- | requirements.txt | 6 | ||||
-rw-r--r-- | requirements_prod.txt | 5 |
2 files changed, 6 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt index e0df6600..191c879e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,3 @@ Django==1.2.1 Markdown==2.0.3 -MySQL-python==1.2.3c1 -South==0.7.1 -pysqlite==2.6.0 -python-memcached==1.45 -wsgiref==0.1.2 +South==0.7.2 diff --git a/requirements_prod.txt b/requirements_prod.txt new file mode 100644 index 00000000..d4a8acb5 --- /dev/null +++ b/requirements_prod.txt @@ -0,0 +1,5 @@ +Django==1.2.1 +Markdown==2.0.3 +MySQL-python==1.2.3c1 +South==0.7.2 +python-memcached==1.45 |