diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..8cd29b3 --- /dev/null +++ b/Pipfile @@ -0,0 +1,33 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +[packages] + +arrow = "==0.10.0" +awesome-slugify = "==1.6.5" +djangorestframework = "==3.7.3" +Django = "==1.11.7" +django-environ = "==0.4.4" +django-formtools = "==2.1" +django-js-reverse = "==0.7.3" +django-redis = "==4.8.0" +evernote3 = "==1.25.12" +feedparser = "==5.2.1" +"github3.py" = "==1.0.0a4" +instapush = "==0.1.2" +"Mastodon.py" = "==1.1.1" +pocket = "==0.3.6" +praw = "==5.2.0" +"pushbullet.py" = "==0.11.0" +py-trello = "==0.9.0" +pypandoc = "==1.4" +python-taiga = "==0.8.6" +pytidylib = "==0.3.2" +PyTumblr = "==0.0.7" +pytz = "==2017.3" +requests-oauthlib = "==0.8.0" +todoist-python = "==7.0.17" +twython = "==3.6.0" +wallabag_api = "==1.1.0" + + diff --git a/django_th/cache/ouaf.jpg b/django_th/cache/ouaf.jpg new file mode 100644 index 0000000..5ec29f0 Binary files /dev/null and b/django_th/cache/ouaf.jpg differ diff --git a/setup.py b/setup.py index a1819c9..0e57b77 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ 'django-redis==4.8.0', 'requests-oauthlib==0.8.0', 'pypandoc==1.3.3', + 'django-environ==0.4.4', ] extras_require_evernote = [