Skip to content

Commit

Permalink
Bumps version to 1.2.0 (#23)
Browse files Browse the repository at this point in the history
* Bumps version

* Update `requirements-dev`

* Update CI pipeline
  • Loading branch information
fullonic authored Sep 29, 2022
1 parent 4125806 commit 12573d4
Show file tree
Hide file tree
Showing 4 changed files with 52 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
pip install -r requirements-dev.txt
pip install '.[${{ matrix.extras-install }}]'
- name: Lint with flake8
run: |
Expand Down
48 changes: 48 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
anyio
attrs
bleach
Brotli
build
certifi
cffi
charset-normalizer
commonmark
cryptography
docutils
flake8
h11
httpcore
httpx
idna
importlib-metadata
iniconfig
jaraco.classes
jeepney
keyring
mccabe
more-itertools
packaging
pep517
pkginfo
pluggy
py
pycodestyle
pycparser
pyflakes
Pygments
pyparsing
pytest
readme-renderer
requests
requests-toolbelt
rfc3986
rich
SecretStorage
six
sniffio
starlette
tomli
twine
urllib3
webencodings
zipp
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Brotli==1.0.9
starlette==0.21.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="brotli-asgi",
version="1.1.0",
version="1.2.0",
url="https://github.com/fullonic/brotli-asgi",
license="MIT",
author="Diogo B Freitas",
Expand Down

0 comments on commit 12573d4

Please sign in to comment.