GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
2
Releases
1
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
process_podcast
Browse code
Added a development virtualenv and documented requirements.
master
1 parent
62e5bb9
commit
85469cf1f9689b148faecf73b0d073131ddf7aba
Nigel Stanger
authored
on 28 Aug 2018
Patch
Showing
2 changed files
process_podcast.code-workspace
requirements.txt
Ignore Space
Show notes
View
process_podcast.code-workspace
{ "folders": [ { "path": "." } ], "settings": { "python.formatting.provider": "yapf", "python.formatting.yapfPath": "${env:HOME}/.virtualenvs/process_podcast/bin/yapf", "python.jediPath": "${env:HOME}/.virtualenvs/process_podcast/lib/python3.7/site-packages", "python.linting.pylintPath": "${env:HOME}/.virtualenvs/process_podcast/bin/pylint", "python.pythonPath": "${env:HOME}/.virtualenvs/process_podcast/bin/python", } }
{ "folders": [ { "path": "." } ] }
Ignore Space
Show notes
View
requirements.txt
0 → 100644
pexpect==4.6.0 ptyprocess==0.6.0 pyparsing==2.2.0
Show line notes below