Browse Source

更新 'setup.py'

master
skywalk163 3 years ago
parent
commit
79c8ac80d6
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      setup.py

+ 3
- 1
setup.py View File

@@ -14,11 +14,13 @@ try:
except IOError:
CHANGES = ''

version = '0.0.1dev'
version = '0.0.2dev'

install_requires = [
'Kotti>=1.3.0',
'kotti_tinymce',
'pyramid_debugtoolbar',
'numpy',
]

tests_require = [


Loading…
Cancel
Save