Commit 52a21857 by Serbaf

Fixed some requirements shet

parent e7269303
...@@ -56,3 +56,5 @@ Seems like that wasn't the right way to add a requirement. Tried now pip ...@@ -56,3 +56,5 @@ Seems like that wasn't the right way to add a requirement. Tried now pip
freezing to requirements.txt. freezing to requirements.txt.
Version 0.4.3: Version 0.4.3:
Updated tweetmanager dependency to current version (1.1.5) Updated tweetmanager dependency to current version (1.1.5)
Version 0.4.4:
Fixed another requirement error
...@@ -7,6 +7,3 @@ tox==3.5.2 ...@@ -7,6 +7,3 @@ tox==3.5.2
coverage==4.5.1 coverage==4.5.1
Sphinx==1.8.1 Sphinx==1.8.1
twine==1.12.1 twine==1.12.1
# App requirements
tweetmanager-serpucga==1.1.4
...@@ -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.4', ] requirements = ['Click>=6.0', 'tweetmanager-serpucga==1.1.5', ]
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.4.3', version='0.4.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