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-12-08 11:31:37 -0500
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
975a3659b5af6886916a76d70b945d1f56fa3284
975a3659
1 parent
1a31a8ab
Add placebo requirement.
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
requirements.txt
setup.py
requirements.txt
View file @
975a365
boto3>=1.2.2
placebo>=0.3.0
click==5.1
PyYAML>=3.11
mock>=1.0.1
...
...
setup.py
View file @
975a365
...
...
@@ -6,6 +6,7 @@ import os
requires
=
[
'boto3>=1.2.2'
,
'placebo>=0.3.0'
,
'click>=5.0'
,
'PyYAML>=3.11'
]
...
...
Please
register
or
login
to post a comment