Skip to content

Commit e111aa8

Browse files
committed
cleansing
1 parent a7622e0 commit e111aa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Functional Wrapper for OAuth2.0
22

33
## Current Version
4-
1.0.0
4+
1.0.4
55

66
## Tested and working with following oauth Endpoints
77
* HubSpot

apyauth/version.py

-1
This file was deleted.

setup.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@
1010
license="MIT",
1111
packages=setuptools.find_packages(),
1212
description="Handy module for oauth2.0 Authentication.",
13-
install_requires=[MAIN_REQUIREMENTS],
13+
install_requires=MAIN_REQUIREMENTS,
14+
extras_requires={"tests": DEV_REQUIREMENTS},
1415
)

0 commit comments

Comments
 (0)