fix python script missing import
This commit is contained in:
parent
e3270ca7b1
commit
5e842eed2f
2 changed files with 1 additions and 2 deletions
|
|
@ -3,6 +3,7 @@
|
|||
import requests
|
||||
import json
|
||||
from bs4 import BeautifulSoup
|
||||
import os
|
||||
|
||||
# Read environment variables (fail if missing)
|
||||
EINTOPF_URL = os.environ["EINTOPF_URL"]
|
||||
|
|
|
|||
|
|
@ -27,7 +27,6 @@
|
|||
python
|
||||
requests
|
||||
beautifulsoup4
|
||||
pyyaml
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
|
@ -51,7 +50,6 @@
|
|||
python
|
||||
requests
|
||||
beautifulsoup4
|
||||
pyyaml
|
||||
];
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue