added single file dependency

This commit is contained in:
dj346 2021-12-18 01:53:30 -08:00
parent 6f2491a0a7
commit 34d561a639
4 changed files with 2511 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
.vscode
output/
node_modules/
credentials.yaml

View File

@ -44,8 +44,11 @@ To run the program, you will need the following dependencies:
`pip install python-dateutil`
`pip install PyYAML`
`npm i github:gildas-lormeau/SingleFile`
You can install these dependencies using
`pip install -r requirements.txt`
`pip install -r requirements.txt` AND
`npm i`
Then run from the command line:
`python export.py`

2501
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

5
package.json Normal file
View File

@ -0,0 +1,5 @@
{
"dependencies": {
"single-file": "github:gildas-lormeau/SingleFile"
}
}