Skip to content

Commit

Permalink
Merge branch 'update-dulwich' of 'https://github.com/jjmerchante/grim…
Browse files Browse the repository at this point in the history
…oirelab-perceval'

Merges #688
Closes #688
Fixes #687
  • Loading branch information
sduenas committed Sep 2, 2020
2 parents 7a51f21 + d2d6ac9 commit 9b517ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Run 'perceval <backend> --help' to get information about a specific backend.
* python3-requests >= 2.7
* python3-bs4 (beautifulsoup4) >= 4.3
* python3-feedparser >= 5.1.3
* python3-dulwich >= 0.18.5
* python3-dulwich >= 0.20.0
* grimoirelab-toolkit >= 0.1.4

Note that you should have also the following packages installed in your system:
Expand Down Expand Up @@ -368,7 +368,7 @@ in order to fetch messages from a group or channel, privacy settings must be
disabled. To know how to create a bot, to obtain its token and to configure it
please read the [Telegram Bots docs pages](https://core.telegram.org/bots).

Note that the messages are available on the Telegram server until the bot fetches
Note that the messages are available on the Telegram server until the bot fetches
them, but they will not be kept longer than 24 hours.

```
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ python-dateutil>=2.6.0
requests>=2.7.0
beautifulsoup4>=4.3.2
feedparser>=5.1.3
dulwich>=0.18.5, <0.19
dulwich>=0.20.0
urllib3>=1.22
-e git+https://github.com/chaoss/grimoirelab-toolkit/#egg=grimoirelab-toolkit
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def run_tests(self):
'requests>=2.7.0',
'beautifulsoup4>=4.3.2',
'feedparser>=5.1.3',
'dulwich>=0.18.5, <0.19',
'dulwich>=0.20.0',
'urllib3>=1.22',
'grimoirelab-toolkit>=0.1.4'
],
Expand Down

0 comments on commit 9b517ce

Please sign in to comment.