diff options
| author | Jesse Morgan <jesse@jesterpm.net> | 2015-10-25 19:42:14 -0700 |
|---|---|---|
| committer | Jesse Morgan <jesse@jesterpm.net> | 2015-10-25 19:42:14 -0700 |
| commit | 51129fda2179286143921db55a69b3f4dba03c0e (patch) | |
| tree | f09690727e5000af8e9e7bd9359fe37c81210fcd /requirements.txt | |
| parent | 5319d2f0f013a340cb0fdc396bbe4f0ae8df5142 (diff) | |
Adding Canary Check and Accounts
Adding the canary check method and tests for the Canary class.
Adding accounts to CanaryDB.
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index e51ea6d..c36aac9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ setuptools pylint -unittest2
\ No newline at end of file +unittest2 +mock
\ No newline at end of file |
