Skip to content

Commit ad33ab9

Browse files
committed
Reduce curl_cffi min version
1 parent 5a3ab9c commit ad33ab9

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ requirements:
2626
- frozendict >=2.3.4
2727
- beautifulsoup4 >=4.11.1
2828
- html5lib >=1.1
29+
- curl_cffi >=0.7
2930
- peewee >=3.16.2
3031
- pip
3132
- python
@@ -41,6 +42,7 @@ requirements:
4142
- frozendict >=2.3.4
4243
- beautifulsoup4 >=4.11.1
4344
- html5lib >=1.1
45+
- curl_cffi >=0.7
4446
- peewee >=3.16.2
4547
- python
4648

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ peewee>=3.16.2
1010
requests_cache>=1.0
1111
requests_ratelimiter>=0.3.1
1212
scipy>=1.6.3
13-
curl_cffi>=0.10.0
13+
curl_cffi>=0.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
'requests>=2.31', 'multitasking>=0.0.7',
6464
'platformdirs>=2.0.0', 'pytz>=2022.5',
6565
'frozendict>=2.3.4', 'peewee>=3.16.2',
66-
'beautifulsoup4>=4.11.1'],
66+
'beautifulsoup4>=4.11.1', 'curl_cffi>=0.7'],
6767
extras_require={
6868
'nospam': ['requests_cache>=1.0', 'requests_ratelimiter>=0.3.1'],
6969
'repair': ['scipy>=1.6.3'],

0 commit comments

Comments
 (0)