add requirements.txt
This commit is contained in:
parent
25f6c86414
commit
9969978381
1 changed files with 21 additions and 0 deletions
21
requirements.txt
Normal file
21
requirements.txt
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
#
|
||||||
|
# These requirements were autogenerated by pipenv
|
||||||
|
# To regenerate from the project's Pipfile, run:
|
||||||
|
#
|
||||||
|
# pipenv lock --requirements
|
||||||
|
#
|
||||||
|
|
||||||
|
-i https://pypi.org/simple
|
||||||
|
appdirs==1.4.4
|
||||||
|
certifi==2022.9.24; python_version >= '3.6'
|
||||||
|
charset-normalizer==2.1.1; python_version >= '3.6'
|
||||||
|
idna==3.4; python_version >= '3.5'
|
||||||
|
mergedeep==1.3.4
|
||||||
|
prettytable==3.5.0
|
||||||
|
pyaml==21.10.1
|
||||||
|
pyyaml==6.0; python_version >= '3.6'
|
||||||
|
requests==2.28.1
|
||||||
|
tabulate==0.9.0
|
||||||
|
tqdm==4.64.1
|
||||||
|
urllib3==1.26.13; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
|
||||||
|
wcwidth==0.2.5
|
Loading…
Reference in a new issue