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
Jose Diaz-Gonzalez
2016-06-12 00:33:27 -0400
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
507c7fb6f855384db7da5988892ab9a62ad1db66
507c7fb6
1 parent
4994192f
Separate dev and non-dev requirements
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
requirements-dev.txt
requirements.txt
requirements-dev.txt
0 → 100644
View file @
507c7fb
1
+
boto3>=1.2.3
2
+
placebo>=0.8.1
3
+
click>=5.1
4
+
PyYAML>=3.11
5
+
mock>=1.0.1
6
+
nose==1.3.1
7
+
tox==1.7.1
requirements.txt
View file @
507c7fb
1
boto3>=1.2.3
1
boto3>=1.2.3
2
placebo>=0.8.1
2
placebo>=0.8.1
3
-
click
=
=5.1
3
+
click
>
=5.1
4
PyYAML>=3.11
4
PyYAML>=3.11
5
-
mock>=1.0.1
6
-
nose==1.3.1
7
-
tox==1.7.1
...
...
Please
register
or
login
to post a comment