Skip to content

Commit

Permalink
Fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Mar 16, 2020
1 parent bef7293 commit e4ebfb5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ venv/
ENV/
env.bak/
venv.bak/
scos_actions_venv/

# Spyder project settings
.spyderproject
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"python.pythonPath": "scos_actions_venv/bin/python3"
}
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ importlib-metadata==1.5.0
more-itertools==8.2.0
numpy==1.18.1
packaging==20.3
pkg-resources==0.0.0
pluggy==0.13.1
py==1.8.1
pyparsing==2.4.6
Expand Down

0 comments on commit e4ebfb5

Please sign in to comment.