-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Change setup and fix formatting issues
- Loading branch information
Showing
13 changed files
with
153 additions
and
119 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,54 @@ | ||
attrs==19.3.0 | ||
boto3==1.12.26 | ||
botocore==1.15.26 | ||
cachetools==4.0.0 | ||
certifi==2019.11.28 | ||
chardet==3.0.4 | ||
click==7.1.1 | ||
decorator==4.4.2 | ||
docutils==0.15.2 | ||
google-api-core==1.16.0 | ||
google-api-python-client==1.8.0 | ||
google-auth==1.11.3 | ||
google-auth-httplib2==0.0.3 | ||
google-auth-oauthlib==0.4.1 | ||
googleapis-common-protos==1.51.0 | ||
httplib2==0.18.0 | ||
idna==2.9 | ||
importlib-metadata==1.5.0 | ||
ipython-genutils==0.2.0 | ||
jmespath==0.9.5 | ||
jsonschema==3.2.0 | ||
jupyter-core==4.6.3 | ||
MarkupSafe==1.1.1 | ||
more-itertools==8.2.0 | ||
nbformat==5.0.4 | ||
numpy==1.18.2 | ||
oauthlib==3.1.0 | ||
pandas==1.0.3 | ||
plotly==4.5.4 | ||
protobuf==3.11.3 | ||
psutil==5.7.0 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycodestyle==2.5.0 | ||
pyrsistent==0.15.7 | ||
python-dateutil==2.8.1 | ||
pytz==2019.3 | ||
requests==2.23.0 | ||
requests-oauthlib==1.3.0 | ||
retrying==1.3.3 | ||
rsa==4.0 | ||
s3transfer==0.3.3 | ||
six==1.14.0 | ||
traitlets==4.3.3 | ||
uritemplate==3.0.1 | ||
urllib3==1.25.8 | ||
zipp==3.1.0 | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# | ||
# pip-compile | ||
# | ||
appdirs==1.4.4 # via virtualenv | ||
boto3==1.12.26 # via surveydoc (setup.py) | ||
botocore==1.15.26 # via boto3, s3transfer | ||
cachetools==4.0.0 # via google-auth | ||
certifi==2019.11.28 # via requests | ||
chardet==3.0.4 # via requests | ||
click==7.1.1 # via surveydoc (setup.py) | ||
distlib==0.3.1 # via virtualenv | ||
docutils==0.15.2 # via botocore | ||
filelock==3.0.12 # via tox, virtualenv | ||
google-api-core==1.16.0 # via google-api-python-client | ||
google-api-python-client==1.8.0 # via surveydoc (setup.py) | ||
google-auth-httplib2==0.0.3 # via google-api-python-client, surveydoc (setup.py) | ||
google-auth-oauthlib==0.4.1 # via surveydoc (setup.py) | ||
google-auth==1.11.3 # via google-api-core, google-api-python-client, google-auth-httplib2, google-auth-oauthlib | ||
googleapis-common-protos==1.51.0 # via google-api-core | ||
httplib2==0.18.0 # via google-api-python-client, google-auth-httplib2 | ||
idna==2.9 # via requests | ||
jmespath==0.9.5 # via boto3, botocore | ||
numpy==1.18.2 # via pandas | ||
oauthlib==3.1.0 # via requests-oauthlib | ||
packaging==20.8 # via tox | ||
pandas==1.0.3 # via surveydoc (setup.py) | ||
plotly==4.5.4 # via surveydoc (setup.py) | ||
pluggy==0.13.1 # via tox | ||
progress==1.5 # via surveydoc (setup.py) | ||
protobuf==3.11.3 # via google-api-core, googleapis-common-protos | ||
psutil==5.7.0 # via surveydoc (setup.py) | ||
py==1.10.0 # via tox | ||
pyasn1-modules==0.2.8 # via google-auth | ||
pyasn1==0.4.8 # via pyasn1-modules, rsa | ||
pyparsing==2.4.7 # via packaging | ||
python-dateutil==2.8.1 # via botocore, pandas | ||
pytz==2019.3 # via google-api-core, pandas | ||
requests-oauthlib==1.3.0 # via google-auth-oauthlib | ||
requests==2.23.0 # via google-api-core, requests-oauthlib | ||
retrying==1.3.3 # via plotly | ||
rsa==4.0 # via google-auth | ||
s3transfer==0.3.3 # via boto3 | ||
six==1.14.0 # via google-api-core, google-api-python-client, google-auth, plotly, protobuf, python-dateutil, retrying, tox, virtualenv | ||
toml==0.10.2 # via tox | ||
tox==3.20.1 # via surveydoc (setup.py) | ||
uritemplate==3.0.1 # via google-api-python-client | ||
urllib3==1.25.8 # via botocore, requests | ||
virtualenv==20.2.2 # via tox | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,27 @@ | ||
from setuptools import setup | ||
from setuptools import find_packages, setup | ||
|
||
__version__ = '0.1.0' | ||
|
||
setup( | ||
name = 'surveydoc', | ||
version = '0.1.0', | ||
packages = ['surveydoc'], | ||
entry_points = { | ||
name='surveydoc', | ||
version=__version__, | ||
packages=find_packages(), | ||
python_requires=">=3.6", | ||
entry_points={ | ||
'console_scripts': [ | ||
'surveydoc = surveydoc.__main__:main' | ||
'surveydoc=surveydoc.__main__:main' | ||
] | ||
} | ||
}, | ||
install_requires=[ | ||
'boto3', | ||
'click', | ||
'google-api-python-client', | ||
'google-auth-httplib2', | ||
'google-auth-oauthlib', | ||
'pandas', | ||
'plotly', | ||
'psutil', | ||
'progress', | ||
'tox', | ||
], | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.