public
Description: Django-beancounter is a simple app I built to track my income and expenses.
Homepage: http://github.com/lincolnloop/django-beancounter
Clone URL: git://github.com/lincolnloop/django-beancounter.git
update requirements
lincolnloop (author)
Sun Jan 04 17:32:58 -0800 2009
commit  d19870c8fdeab21e921453632d5169b8445728d3
tree    31903d6a740966513ea2fabe105a6c2289a77f3d
parent  9d6640ef13f8d884d66657479d19b7d3fb239a70
...
1
2
3
4
 
 
5
6
7
 
...
1
2
3
 
4
5
6
7
 
8
0
@@ -1,7 +1,8 @@
0
 Requirements
0
 ============
0
 
0
-python-dateutil_
0
+- python-dateutil_
0
+- tagging_
0
 
0
 .. _python-dateutil: http://pypi.python.org/pypi/dateutil
0
-
0
+.. _tagging: http://django-tagging.googlecode.com 

Comments