Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-08-06 08:26:03 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8bf34f0a10458ab0570809b33258b6457e296bc4
8bf34f0a
1 parent
98fd70f9
Updating boto3 dependency to latest GA version.
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
requirements.txt
setup.py
requirements.txt
View file @
8bf34f0
boto3==
0.0.22
boto3==
1.1.1
click==4.0
PyYAML>=3.11
mock>=1.0.1
...
...
setup.py
View file @
8bf34f0
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
import
os
requires
=
[
'boto3==
0.0.22
'
,
'boto3==
1.1.1
'
,
'click==4.0'
,
'PyYAML>=3.11'
]
...
...
Please
register
or
login
to post a comment