From c30fea1ddc1054c42b75b7b392b9240379973d21 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Sun, 18 Sep 2022 11:44:37 -0400 Subject: [PATCH] added pytest to requirements --- requirements.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/requirements.txt b/requirements.txt index b4b5e06..502ee36 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,15 @@ +attrs==22.1.0 beautifulsoup4==4.11.1 greenlet==1.1.2 +iniconfig==1.1.1 +packaging==21.3 +pluggy==1.0.0 psycopg2-binary==2.9.3 +py==1.11.0 PyMySQL==1.0.2 +pyparsing==3.0.9 +pytest==7.1.3 python-dotenv==0.20.0 soupsieve==2.3.2.post1 SQLAlchemy==1.4.39 +tomli==2.0.1