Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tweet_model
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
serpucga
tweet_model
Commits
52a21857
Commit
52a21857
authored
Apr 08, 2019
by
Serbaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed some requirements shet
parent
e7269303
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
5 deletions
+4
-5
HISTORY.rst
HISTORY.rst
+2
-0
requirements_dev.txt
requirements_dev.txt
+0
-3
setup.py
setup.py
+2
-2
No files found.
HISTORY.rst
View file @
52a21857
...
...
@@ -56,3 +56,5 @@ Seems like that wasn't the right way to add a requirement. Tried now pip
freezing to requirements.txt.
Version 0.4.3:
Updated tweetmanager dependency to current version (1.1.5)
Version 0.4.4:
Fixed another requirement error
requirements_dev.txt
View file @
52a21857
...
...
@@ -7,6 +7,3 @@ tox==3.5.2
coverage==4.5.1
Sphinx==1.8.1
twine==1.12.1
# App requirements
tweetmanager-serpucga==1.1.4
setup.py
View file @
52a21857
...
...
@@ -11,7 +11,7 @@ with open('README.rst') as readme_file:
with
open
(
'HISTORY.rst'
)
as
history_file
:
history
=
history_file
.
read
()
requirements
=
[
'Click>=6.0'
,
'tweetmanager-serpucga==1.1.
4
'
,
]
requirements
=
[
'Click>=6.0'
,
'tweetmanager-serpucga==1.1.
5
'
,
]
setup_requirements
=
[]
...
...
@@ -51,6 +51,6 @@ setup(
test_suite
=
'tests'
,
tests_require
=
test_requirements
,
url
=
'https://github.com/Serbaf/tweet_model'
,
version
=
'0.4.
3
'
,
version
=
'0.4.
4
'
,
zip_safe
=
False
,
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment