Skip to content

Commit

Permalink
Ignore py venv and add requirements for protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
Bola Malek committed Jan 17, 2019
1 parent 9783a3d commit bdd79a5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,6 @@ BUILD/*

# Libraries
/lib

# Python environemnts
nanopb_env/
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pkg-resources==0.0.0
protobuf==3.6.1
six==1.12.0

0 comments on commit bdd79a5

Please sign in to comment.