Browse Source

Add missing dependency: isp-format, update TODO

Gu1 11 years ago
parent
commit
13405f2a77
2 changed files with 8 additions and 6 deletions
  1. 6 6
      TODO
  2. 2 0
      requirements.txt

+ 6 - 6
TODO

@@ -1,22 +1,22 @@
 
 
 - Crawler:
-~ i18n
+X i18n
 X http cache support
 X write a "cron task" to periodically update the data
 
 - Manual ISP insertion form:
 * date picker
-* geo coordinates picker
+~ geo coordinates picker
 
 - Misc:
-* Rest API
-* geo stuff with spatialite (e.g find an ISP near you)
+X Rest API
+X geo stuff with spatialite (e.g find an ISP near you)
 X Full-text search engine based on woosh 
 X Access-control on the edit feature
-* separate config for prod/dev, email admin on error for prod
+X separate config for prod/dev, email admin on error for prod
 ~ write unit-test
-* better cache support
+~ better cache support
 
 
 Legend:

+ 2 - 0
requirements.txt

@@ -23,3 +23,5 @@ docutils==0.11
 Whoosh==2.5.6
 # manage.py
 Flask-Script==0.6.6
+# isp format
+-e git+https://dev.cafai.fr/git/isp-format.git#egg=isp-format