Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
No module named environ #fixed 266
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Dec 1, 2017
1 parent 7e3aea7 commit 97dfa09
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -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"


Binary file added django_th/cache/ouaf.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 97dfa09

Please sign in to comment.