Skip to content

Commit e710a6c

Browse files
committed
Merge branch 'update-perceval-0.18' of 'https://github.com/sduenas/grimoirelab-perceval-weblate'
Merges #15 Closes #15
2 parents 6adf3c5 + 3695425 commit e710a6c

File tree

3 files changed

+54
-52
lines changed

3 files changed

+54
-52
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The backends currently managed by this package support the next repositories:
1010

1111
## Requirements
1212

13-
* Python >= 3.7
14-
* python3-requests >= 2.7
15-
* grimoirelab-toolkit >= 0.2.0
16-
* perceval >= 0.17.1
13+
These set of backends requires Python 3.7 or later, and
14+
[Perceval](https://github.com/chaoss/grimoirelab-perceval/) to run.
15+
For other Python dependencies, please check the `pyproject.toml`
16+
file included on this repository.
1717

1818
## Installation
1919

poetry.lock

+48-46
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ classifiers = [
3838
python = "^3.7"
3939

4040
requests = "^2.7.0"
41-
grimoirelab-toolkit = "^0.2"
42-
perceval = "^0.17.4"
41+
grimoirelab-toolkit = "^0.3"
42+
perceval = "^0.18"
4343

4444
[tool.poetry.dev-dependencies]
4545
httpretty = "1.0.2"

0 commit comments

Comments
 (0)