Skip to content

Commit

Permalink
upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
FoxMaSk committed Feb 20, 2018
1 parent 40cef64 commit 1898f13
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
arrow==0.12.0
arrow==0.12.1
awesome-slugify==1.6.5
djangorestframework==3.7.7
Django==2.0.1
djangorestframework>=3.7.7,<4.0
Django>=2.0,<3.0
django-environ==0.4.4
django-filter==1.1.0
django-formtools==2.1
Expand All @@ -11,13 +11,13 @@ evernote3==1.25.12
feedparser==5.2.1
github3.py==1.0.0a4
instapush==0.1.2
Mastodon.py==1.2.1
Mastodon.py==1.2.2
pocket==0.3.6
praw==5.3.0
pushbullet.py==0.11.0
py-trello==0.9.0
py-trello==0.10.0
pypandoc==1.4
python-taiga==0.8.6
python-taiga==0.9.0
pytidylib==0.3.2
# -e git:https://github.com/dianakhuang/pytumblr.git@diana/python-3-support#egg=pytumblr
PyTumblr==0.0.7
Expand Down
16 changes: 8 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
from django_th import __version__ as version

install_requires = [
'djangorestframework==3.7.3',
'djangorestframework>=3.7.7,<4.0',
'django-filter==1.1.0',
'Django==2.0',
'Django>=2.0,<3.0',
'django-formtools==2.1',
'arrow==0.12.0',
'arrow==0.12.1',
'django-js-reverse==0.7.3',
'django-redis==4.8.0',
'requests-oauthlib==0.8.0',
'pypandoc==1.3.3',
'pypandoc==1.4',
'django-environ==0.4.4',
]

Expand All @@ -25,7 +25,7 @@
'instapush==0.1.2'
]
extras_require_mastodon = [
'Mastodon.py==1.1.1',
'Mastodon.py==1.2.2',
]
extras_require_pelican = [
'awesome-slugify==1.6.5',
Expand All @@ -43,13 +43,13 @@
'feedparser==5.2.1',
]
extras_require_taiga = [
'python-taiga==0.8.6',
'python-taiga==0.9.0',
]
extras_require_todoist = [
'todoist-python==7.0.17',
'todoist-python==7.0.18',
]
extras_require_trello = [
'py-trello==0.9.0',
'py-trello==0.10.0',
'pytz==2017.3',
]
extras_require_tumblr = [
Expand Down

0 comments on commit 1898f13

Please sign in to comment.