浏览代码

Adding requirements.txt

David Leonard 10 年之前
当前提交
9b0059a269
共有 3 个文件被更改,包括 15 次插入0 次删除
  1. 1 0
      .hgignore
  2. 11 0
      README.md
  3. 3 0
      requirements.txt

+ 1 - 0
.hgignore

@@ -0,0 +1 @@
+.DS_Store

+ 11 - 0
README.md

@@ -0,0 +1,11 @@
+Django Hackathon Starter
+------------------------
+
+## What is Django Hackathon Starter
+
+> Django Hackathon Starter aims to be a project which will aggegrate data from several APIs, producing a RESTful API which can be consumed by a client (also intended to be built). 
+
+## Contributors
+
+* David Leonard
+* Eswari Swarna 

+ 3 - 0
requirements.txt

@@ -0,0 +1,3 @@
+Django==1.7.6
+requests==2.6.0
+wsgiref==0.1.2