diff --git a/automaton/utils.py b/automaton/utils.py index dab53c6..b9d4c7f 100644 --- a/automaton/utils.py +++ b/automaton/utils.py @@ -1,5 +1,3 @@ -import json -import urllib.parse as parser from random import uniform, randint from bs4 import BeautifulSoup diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..e4cd82c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +loguru~=0.5.3 +opencv-python~=4.5.3.56 +numpy~=1.21.2 +httpx~=0.19.0 +beautifulsoup4~=4.10.0 +websockets~=10.0 +PyYAML~=5.4.1 \ No newline at end of file