Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Removing requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaferrera committed Jan 17, 2019
1 parent 234b392 commit 62a0a90
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions requirements.txt

This file was deleted.

10 changes: 8 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='wisely',
version='0.5.1',
version='0.5.2',
description='Simple secrets store for Google Cloud',
long_description=long_description,
long_description_content_type="text/markdown",
Expand All @@ -14,7 +14,13 @@
author_email='marcus@randomhack.org',
keywords='secrets management, google cloud, google kms',
include_package_data=True,
install_requires=open('requirements.txt').read().split(),
install_requires=[
"python-magic~=0.4.15",
"google-api-python-client~=1.7.7",
"google-cloud-storage~=1.13.2",
"google-auth-httplib2~=0.0.3",
"google-auth~=1.6.2",
],
python_requires='>=3.5',
license='MIT',
packages=['wisely'],
Expand Down

0 comments on commit 62a0a90

Please sign in to comment.