aoc.py: input cleanup
requirements!
This commit is contained in:
parent
6b5d3de95b
commit
c9f91bbd98
4
requirements.txt
Normal file
4
requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
requests~=2.26.0
|
||||||
|
bs4~=0.0.1
|
||||||
|
beautifulsoup4~=4.10.0
|
||||||
|
setuptools~=56.0.0
|
||||||
@ -1,13 +1,12 @@
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
import requests
|
||||||
import time
|
import time
|
||||||
import webbrowser
|
import webbrowser
|
||||||
|
|
||||||
import requests
|
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
from tools.datafiles import JSONFile
|
from tools.datafiles import JSONFile
|
||||||
from tools.stopwatch import StopWatch
|
from tools.stopwatch import StopWatch
|
||||||
from typing import Any, Callable, Dict, List, Tuple, Type, Union
|
from typing import Any, Callable, List, Tuple, Type, Union
|
||||||
from .tools import get_script_dir
|
from .tools import get_script_dir
|
||||||
|
|
||||||
BASE_PATH = get_script_dir()
|
BASE_PATH = get_script_dir()
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user