Skip to content

Commit

Permalink
update setup reqs; rm crypto stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
bradrf committed Dec 28, 2016
1 parent ef76090 commit 2970850
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 128 deletions.
1 change: 0 additions & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ flake8==3.2.1
tox==2.5.0
coverage==4.3
Sphinx==1.5.1
cryptography==1.7.1
PyYAML==3.12
pytest==3.0.5
configstruct==0.2.0
9 changes: 4 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-

from setuptools import setup

Expand All @@ -10,10 +9,10 @@
history = history_file.read()

requirements = [
'boto>=2.42.0',
'Click>=6.0',
'future>=0.15.2',
'configstruct>=0.1.0',
'boto>=2.45.0',
'Click>=6.6',
'future>=0.16.0',
'configstruct>=0.2.0',
]

test_requirements = [
Expand Down
122 changes: 0 additions & 122 deletions travis_pypi_setup.py

This file was deleted.

0 comments on commit 2970850

Please sign in to comment.