Skip to content

Commit 217daf0

Browse files
committed
use cachecontrol's filecache support
- now uses `filelock` rather than the deprecated `lockfile`
1 parent 6cd8921 commit 217daf0

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

deps/frameworks/requirements.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# --no-binary :all:
22
xattr
3-
filelock
4-
cachecontrol
3+
cachecontrol[filecache]
54
cffi
6-
lockfile
75
pyobjc
86
requests
97
six

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -506,8 +506,7 @@ def codesign(root, name=None, exec=False, entitlement=False):
506506
)],
507507
install_requires = [
508508
'requests',
509-
'cachecontrol',
510-
'lockfile',
509+
'cachecontrol[filecache]',
511510
'pyobjc-core==8.5',
512511
'pyobjc-framework-Quartz==8.5',
513512
'pyobjc-framework-LaunchServices==8.5',

0 commit comments

Comments
 (0)