Skip to content

Commit

Permalink
unpin requirements and remove subdependencies (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
tr4nt0r authored Feb 17, 2024
1 parent 933ce4d commit fe007ce
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 32 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.3.1

* Unpin requirements and remove subdependencies ([tr4nt0r](https://github.com/tr4nt0r))

## 0.3.0

* Refactor for PEP8 compliance and code clean-up (breaking change) ([tr4nt0r](https://github.com/tr4nt0r))
Expand Down
9 changes: 1 addition & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
aiohttp==3.9.3
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
frozenlist==1.4.1
idna==3.6
multidict==6.0.5
yarl==1.9.4
aiohttp~=3.9
31 changes: 8 additions & 23 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
aiohttp==3.9.3
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
cfgv==3.4.0
distlib==0.3.8
filelock==3.13.1
frozenlist==1.4.1
identify==2.5.34
idna==3.6
multidict==6.0.5
mypy==1.8.0
mypy-extensions==1.0.0
nodeenv==1.8.0
platformdirs==4.2.0
pre-commit==3.6.1
python-dotenv==1.0.1
PyYAML==6.0.1
ruff==0.2.1
tomli==2.0.1
typing_extensions==4.9.0
virtualenv==20.25.0
yarl==1.9.4
aiohttp~=3.9
mypy>=1.8.0
pre-commit>=3.6.1
python-dotenv>=1.0.1
ruff~=0.2



2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = bring-api
version = 0.3.0
version = 0.3.1
author = Cyrill Raccaud
author_email = [email protected]
description = Unofficial package to access Bring! shopping lists API.
Expand Down

0 comments on commit fe007ce

Please sign in to comment.