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-04-27 17:03:39 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
904ea3736118faff26bd6228ce2a68ec54cb4193
904ea373
1 parent
4c802ad7
Updating boto3 dependency.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
requirements.txt
setup.py
requirements.txt
View file @
904ea37
boto3==0.0.1
5
boto3==0.0.1
6
click==4.0
PyYAML>=3.11
mock>=1.0.1
...
...
setup.py
View file @
904ea37
...
...
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
import
os
requires
=
[
'boto3==0.0.1
5
'
,
'boto3==0.0.1
6
'
,
'click==4.0'
,
'PyYAML>=3.11'
]
...
...
Please
register
or
login
to post a comment