Changeset 731a7e9 in rattail
- Timestamp:
-
11/27/2022 08:39:07 PM
(2 months ago)
- Author:
- Lance Edgar <lance@…>
- Branches:
- master
- Children:
- 9f201f6
- Parents:
- c7e61ec
- Message:
-
Remove the 'backup' extra from setup.py
no reason for rattail proper to get involved with those details
-
File:
-
Legend:
- Unmodified
- Added
- Removed
-
rc7e61ec
|
r731a7e9
|
|
99 | 99 | |
100 | 100 | 'passlib', # 1.7.1 |
101 | | ], |
102 | | |
103 | | 'backup': [ |
104 | | # |
105 | | # package # low high |
106 | | |
107 | | # TODO: not actually sure if msgpack is needed here now? |
108 | | 'msgpack', # 0.6.1 |
109 | | 'borgbackup[fuse]', # 1.1.10 1.1.15 |
110 | 101 | ], |
111 | 102 | |