added pytest to requirements
This commit is contained in:
parent
4f61fb5ccc
commit
c30fea1ddc
|
|
@ -1,7 +1,15 @@
|
||||||
|
attrs==22.1.0
|
||||||
beautifulsoup4==4.11.1
|
beautifulsoup4==4.11.1
|
||||||
greenlet==1.1.2
|
greenlet==1.1.2
|
||||||
|
iniconfig==1.1.1
|
||||||
|
packaging==21.3
|
||||||
|
pluggy==1.0.0
|
||||||
psycopg2-binary==2.9.3
|
psycopg2-binary==2.9.3
|
||||||
|
py==1.11.0
|
||||||
PyMySQL==1.0.2
|
PyMySQL==1.0.2
|
||||||
|
pyparsing==3.0.9
|
||||||
|
pytest==7.1.3
|
||||||
python-dotenv==0.20.0
|
python-dotenv==0.20.0
|
||||||
soupsieve==2.3.2.post1
|
soupsieve==2.3.2.post1
|
||||||
SQLAlchemy==1.4.39
|
SQLAlchemy==1.4.39
|
||||||
|
tomli==2.0.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue