diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..88fa613 --- /dev/null +++ b/Pipfile @@ -0,0 +1,27 @@ +[[source]] +name = "pypi" +url = "https://pypi.org/simple" +verify_ssl = true + +[dev-packages] + +[packages] +dj-database-url = "==0.3.0" +django-toolbelt = "==0.0.1" +gunicorn = "==19.3.0" +psycopg2 = "==2.6" +static3 = "==0.6.1" +whitenoise = "==2.0.2" +model-mommy = "==1.2.5" +redis = "==2.10.3" +simplejson = "==3.8.0" +django-tinymce = "*" +celery = "==3.1.18" +ipython = "==4.0.0" +tweepy = "==3.4.0" +Django = "==1.8.4" +PyYAML = "==3.11" +psycopg2-binary = "*" + +[requires] +python_version = "2.7"