Added virtual enviroment
This commit is contained in:
parent
733c02cc85
commit
c640b1f503
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
__pycache__
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.ignore
|
||||
*.ignore*
|
||||
/venv
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -1,3 +1,3 @@
|
||||
{
|
||||
"autoDocstring.docstringFormat": "sphinx"
|
||||
"python.pythonPath": "${workspaceFolder}/venv/bin/python3"
|
||||
}
|
34
requirements.txt
Normal file
34
requirements.txt
Normal file
@ -0,0 +1,34 @@
|
||||
alabaster==0.7.12
|
||||
Babel==2.8.0
|
||||
bcrypt==3.1.7
|
||||
beautifulsoup4==4.9.1
|
||||
certifi==2020.6.20
|
||||
cffi==1.14.1
|
||||
chardet==3.0.4
|
||||
cryptography==3.0
|
||||
docutils==0.16
|
||||
idna==2.10
|
||||
imagesize==1.2.0
|
||||
Jinja2==2.11.2
|
||||
lxml==4.5.2
|
||||
MarkupSafe==1.1.1
|
||||
packaging==20.4
|
||||
paramiko==2.7.1
|
||||
pycparser==2.20
|
||||
Pygments==2.6.1
|
||||
PyNaCl==1.4.0
|
||||
pyparsing==2.4.7
|
||||
pytz==2020.1
|
||||
requests==2.24.0
|
||||
six==1.15.0
|
||||
snowballstemmer==2.0.0
|
||||
soupsieve==2.0.1
|
||||
Sphinx==3.1.2
|
||||
sphinx-theme==1.0
|
||||
sphinxcontrib-applehelp==1.0.2
|
||||
sphinxcontrib-devhelp==1.0.2
|
||||
sphinxcontrib-htmlhelp==1.0.3
|
||||
sphinxcontrib-jsmath==1.0.1
|
||||
sphinxcontrib-qthelp==1.0.3
|
||||
sphinxcontrib-serializinghtml==1.1.4
|
||||
urllib3==1.25.10
|
Loading…
Reference in New Issue
Block a user