Skip to content

Commit

Permalink
added requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
imju committed Aug 10, 2016
1 parent 59f71ed commit 22c0ae7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
*.pyc
/ardpy
.DS_Store
1 change: 0 additions & 1 deletion readme.txt → readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ PySerial
Arduino

Dice program is from Anton Natarov for details http://www.teall.info/2014/01/online-3d-dice-roller.html

8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Flask==0.11.1
Jinja2==2.8
MarkupSafe==0.23
Werkzeug==0.11.10
click==6.6
itsdangerous==0.24
pyserial==3.1.1
wsgiref==0.1.2

0 comments on commit 22c0ae7

Please sign in to comment.