Skip to content

Commit 3aedf0c

Browse files
committed
Add changes for oAuth
1 parent f48516d commit 3aedf0c

File tree

5 files changed

+353
-181
lines changed

5 files changed

+353
-181
lines changed

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
requests==2.24.0
2+
requests_oauthlib==1.3.0
3+
websockets==8.1
4+
Flask==1.0.2
5+
pyOpenSSL==20.0.0

setup.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,8 @@
1515
# also an email they can use to reach out.
1616
author_email='coding.sigma@gmail.com',
1717

18-
# I'm in alpha development still, so a compliant version number is a1.
19-
# read this as MAJOR VERSION 0, MINOR VERSION 1, MAINTENANCE VERSION 0
20-
version='0.3.1',
18+
# Set the version.
19+
version='0.3.2',
2120

2221
# here is a simple description of the library, this will appear when
2322
# someone searches for the library on https://pypi.org/search

0 commit comments

Comments
 (0)