cleanup requirements
This commit is contained in:
parent
128ff43fd9
commit
d64864f720
2 changed files with 3 additions and 24 deletions
|
@ -1,23 +1,3 @@
|
|||
astroid==2.4.2
|
||||
beautifulsoup4==4.9.1
|
||||
certifi==2020.6.20
|
||||
chardet==3.0.4
|
||||
idna==2.9
|
||||
isort==4.3.21
|
||||
lazy-object-proxy==1.4.3
|
||||
mccabe==0.6.1
|
||||
prompt-toolkit==1.0.14
|
||||
pyconfigstore3==1.0.1
|
||||
pyfiglet==0.8.post1
|
||||
Pygments==2.6.1
|
||||
PyInquirer==1.0.3
|
||||
pylint==2.5.3
|
||||
regex==2020.6.8
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
soupsieve==2.0.1
|
||||
termcolor==1.1.0
|
||||
toml==0.10.1
|
||||
urllib3==1.25.9
|
||||
wcwidth==0.2.5
|
||||
wrapt==1.12.1
|
||||
requests~=2.24.0
|
||||
beautifulsoup4~=4.9.1
|
||||
urllib3~=1.25.9
|
|
@ -1,5 +1,4 @@
|
|||
import json
|
||||
import re
|
||||
from random import randint
|
||||
from time import sleep
|
||||
|
||||
|
|
Loading…
Reference in a new issue