Browse Source

add debug conf and pip package (#539)

pull/1/head
Evgeny Smyshlyaev 5 years ago committed by GitHub
parent
commit
32bc319f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      analytics/.vscode/launch.json
  2. 1
      analytics/requirements.txt

13
analytics/.vscode/launch.json vendored

@ -4,6 +4,19 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Attach (Remote Debug)",
"type": "python",
"request": "attach",
"port": 5679,
"host": "localhost",
"pathMappings": [
{
"localRoot": "${workspaceFolder}",
"remoteRoot": "/var/www/analytics"
}
]
},
{
"name": "Python: Current File",
"type": "python",

1
analytics/requirements.txt

@ -16,3 +16,4 @@ scipy==1.1.0
seglearn==0.1.6
six==1.11.0
tsfresh==0.11.0
ptvsd==4.2.6

Loading…
Cancel
Save