diff --git a/.coverage b/.coverage new file mode 100644 index 0000000..016a431 Binary files /dev/null and b/.coverage differ diff --git a/requirements.txt b/requirements.txt index 5e7e9d3..aa6dc05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,5 @@ pymongo<3.0 osconf marshmallow>=2.13.5 click +pytz +psycopg2-binary diff --git a/setup.py b/setup.py index 8bd8864..0e5b565 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,9 @@ "pymongo<3.0", "osconf", "marshmallow>=2.13.5", - "click" + "click", + "pytz", + "psycopg2-binary" ], test_suite='tests', )