Commit 38c97536 by serpucga

dependencies

parent 3d3b0683
...@@ -108,5 +108,5 @@ pairs, and "as_short_json", which returns just the non-empty key-value pairs ...@@ -108,5 +108,5 @@ pairs, and "as_short_json", which returns just the non-empty key-value pairs
(and it won't even return nested dicts it they have no content). (and it won't even return nested dicts it they have no content).
Version 0.6.2: Version 0.6.2:
No changes, just for trying new hooks. No changes, just for trying new hooks.
Version 0.6.3: Version 0.6.3 & 0.6.4:
Updated tweetmanager dependency. Updated tweetmanager dependency.
...@@ -11,7 +11,7 @@ with open('README.rst') as readme_file: ...@@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
with open('HISTORY.rst') as history_file: with open('HISTORY.rst') as history_file:
history = history_file.read() history = history_file.read()
requirements = ['Click>=6.0', 'tweetmanager-serpucga==1.1.5', ] requirements = ['Click>=6.0', 'tweetmanager-serpucga==1.1.7', ]
setup_requirements = [] setup_requirements = []
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://github.com/Serbaf/tweet_model', url='https://github.com/Serbaf/tweet_model',
version='0.6.3', version='0.6.4',
zip_safe=False, zip_safe=False,
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment