From e7770015fc462e70a85cb6305ca50e10c705a9b2 Mon Sep 17 00:00:00 2001 From: Mufanc <47652878+Mufanc@users.noreply.github.com> Date: Thu, 21 Oct 2021 12:55:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20requirements.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- automaton/utils.py | 2 -- requirements.txt | 7 +++++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 requirements.txt 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