Browse Source

Update commando and fswrap dependencies

The current versions of commando and fswrap have been updated to use
setuptools. This change updates these dependencies to remove the usage
of distribute all the way down.
main
Jon Banafato 9 years ago
parent
commit
fd9ac1f9e6
2 changed files with 4 additions and 4 deletions
  1. +2
    -2
      requirements.txt
  2. +2
    -2
      setup.py

+ 2
- 2
requirements.txt View File

@@ -1,5 +1,5 @@
fswrap==0.1.2
commando==0.3.4
fswrap==1.0.0
commando==1.0.0
PyYAML==3.11
Markdown==2.6.2
MarkupSafe==0.23


+ 2
- 2
setup.py View File

@@ -112,8 +112,8 @@ setup(name=PROJECT,
packages=find_packages(),
requires=['python (>= 2.7)'],
install_requires=(
'fswrap==0.1.2',
'commando==0.3.4',
'fswrap==1.0.0',
'commando==1.0.0',
'PyYAML==3.11',
'Markdown==2.6.2',
'MarkupSafe==0.23',


Loading…
Cancel
Save