Skip to content

Commit

Permalink
add readme; remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamesits committed Jan 16, 2018
1 parent cf87ce3 commit 1d15b0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Dependency
## Build Dependency

Packages needed to build this (on Ubuntu):

Expand All @@ -10,3 +10,8 @@ Packages needed to build this (on Ubuntu):
* libmicrohttpd-dev
* libssl-dev
* libhwloc-dev

## Runtime Dependency

* python3-pip
* pip packages: uwsgi hug
1 change: 0 additions & 1 deletion pxe-server/server.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python3

import hug
import requests

@hug.static('/static')
def my_static_dirs():
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
uwsgi
hug

0 comments on commit 1d15b0a

Please sign in to comment.