Skip to content

Commit

Permalink
Merge pull request #24 from requests-cache/update-deps
Browse files Browse the repository at this point in the history
Update v0.9.1 and remove optional dependencies
  • Loading branch information
JWCook committed Sep 20, 2023
2 parents 15ad2dc + ccbbb35 commit 33094e6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "aiohttp-client-cache" %}
{% set version = "0.9.0" %}
{% set version = "0.9.1" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/aiohttp_client_cache-{{ version }}.tar.gz
sha256: d51ff802c5e52d74dec6cd2f0ec9d9a6ad3e5f477560badd1640068e15afef51
sha256: 73be39af4dafb240d11dddd514d4b383ece0cd4c37da8a5bbfd76b149c09560c

build:
script: python -m pip install . -vv
Expand All @@ -21,14 +21,10 @@ requirements:
- poetry
run:
- python >=3.7
- aiohttp[speedups] >=3.8
- aiofiles >=0.6
- aiohttp >=3.8
- aiosqlite >=0.16
- redis-py >=4.2
- attrs >=21.2
- itsdangerous >=2.0
- markdown-it-py >=2.2
- python-forge >=18.6
- url-normalize >=1.4

test:
Expand Down

0 comments on commit 33094e6

Please sign in to comment.