Bump dependency on Feedmark and add missing SPDX header.
Chris Pressey
4 days ago
0 | 0 |
#!/bin/sh -e
|
1 | 1 |
|
|
2 |
# SPDX-FileCopyrightText: Chris Pressey, the original author of this work, has dedicated it to the public domain.
|
|
3 |
# For more information, please refer to <https://unlicense.org/>
|
|
4 |
# SPDX-License-Identifier: Unlicense
|
|
5 |
|
2 | 6 |
./script/cleanup.sh
|
9 | 9 |
# source venv/bin/activate
|
10 | 10 |
# pip install -r requirements.txt
|
11 | 11 |
|
12 | |
Feedmark==0.16
|
|
12 |
Feedmark==0.17
|
13 | 13 |
reuse==4.0.3
|