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 requests
|
||||||
import json
|
import json
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
|
import os
|
||||||
|
|
||||||
# Read environment variables (fail if missing)
|
# Read environment variables (fail if missing)
|
||||||
EINTOPF_URL = os.environ["EINTOPF_URL"]
|
EINTOPF_URL = os.environ["EINTOPF_URL"]
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,6 @@
|
||||||
python
|
python
|
||||||
requests
|
requests
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pyyaml
|
|
||||||
];
|
];
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
|
@ -51,7 +50,6 @@
|
||||||
python
|
python
|
||||||
requests
|
requests
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
pyyaml
|
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue