Sfoglia il codice sorgente

Adding requirements.txt

David Leonard 10 anni fa
commit
9b0059a269
3 ha cambiato i file con 15 aggiunte e 0 eliminazioni
  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