diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 00000000..a5f4b402 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,15 @@ +django == 1.4.3 +nltk == 2.0.4 +numpy>=1.4 +matplotlib == 1.2.0 +pytest +scipy +simplejson +feedparser +selenium +django-debug-toolbar +django-extensions +BeautifulSoup4 +# twitter ; required by the nytimes_twitter + +