Skip to content

Commit

Permalink
Lidar mandatory eggs
Browse files Browse the repository at this point in the history
  • Loading branch information
kalbermattenm committed Sep 8, 2013
1 parent d9421a5 commit 6ab4aa4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
'sqlahelper',
'pyramid_debugtoolbar',
'pyramid_tm',
'papyrus'
'papyrus',
'pyshp',
'simplekml',
'numpy'
],
packages=find_packages(exclude=['ez_setup']),
include_package_data=True,
Expand Down
4 changes: 4 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sqlahelper = 1.0
pyramid-tm = 0.7
papyrus = 0.10dev1

numpy = 1.7.1
pyshp = 1.2.0
simplekml = 1.2.2

simplejson = 3.3.0
chameleon = 2.12
collective.recipe.modwsgi = 2.0
Expand Down

0 comments on commit 6ab4aa4

Please sign in to comment.