Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
diegoquintanav committed Jan 9, 2023
1 parent 029f8c3 commit a1c815e
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 106 deletions.
7 changes: 2 additions & 5 deletions README.md
@@ -1,7 +1,6 @@

# Datadis

Python client for https://datadis.es
Python client for <https://datadis.es>

[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)
[![Semantic Release](https://github.com/MrMarble/datadis/actions/workflows/release.yml/badge.svg)](https://github.com/MrMarble/datadis/actions/workflows/release.yml)
Expand All @@ -16,7 +15,7 @@ From [PyPi](https://pypi.org/project/datadis/)
```bash
pip install datadis
```

## Usage/Examples

```python
Expand All @@ -42,5 +41,3 @@ supplies = asyncio.run(get_supplies(token))
# }
#]
```


177 changes: 82 additions & 95 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Expand Up @@ -9,12 +9,12 @@ authors = ["Alvaro Tinoco <alvarotinocomarmol@gmail.com>"]
python = "^3.10.5"
httpx = "^0.23.3"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
flake8 = "^3.9.2"
pylint = "^2.11.1"
black = "^21.9b0"
pytest-asyncio = "^0.15.1"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
flake8 = "^6.0.0"
pylint = "^2.15.10"
black = "^22.12.0"
pytest-asyncio = "^0.20.3"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit a1c815e

Please sign in to comment.