File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
{% set name = "pyinaturalist" %}
2
- {% set version = "0.16 .0" %}
3
- {% set hash_val = "7db536d89d62297efb2b4cb357f851050cdee41d9b8e58092bbc5ba29c556f84 " %}
2
+ {% set version = "0.17 .0" %}
3
+ {% set hash_val = "c7cc2caad5a6f30f89822399333bdadcf902d901b34f93a829e7266ff34ab70a " %}
4
4
5
5
6
6
package :
@@ -18,20 +18,20 @@ build:
18
18
19
19
requirements :
20
20
host :
21
- - python >=3.6
21
+ - python >=3.7
22
22
- poetry
23
23
- pip
24
24
run :
25
- - python >=3.6
26
- - appdirs >=1.4
25
+ - python >=3.7
27
26
- attrs >=21.2
28
27
- keyring >=22.3
28
+ - platformdirs >=2.5
29
29
- python-dateutil >=2.0
30
- - python-forge >=18.6.0
31
- - requests >=2.20
32
- - requests-cache >=0.7.4
33
- - requests-ratelimiter >=0.2
34
- - rich >=10.0,<10.12
30
+ - python-forge >=18.6
31
+ - requests >=2.25
32
+ - requests-cache >=1.0
33
+ - requests-ratelimiter >=0.3. 2
34
+ - rich >=10.0
35
35
36
36
test :
37
37
imports :
You can’t perform that action at this time.
0 commit comments