Skip to content
This repository was archived by the owner on Sep 1, 2021. It is now read-only.

Commit 98323fd

Browse files
author
Christopher Wang
authored
Merge pull request #1 from swiftype/christopherjwang/add_pyjwt
Add PyJWT dep to setup.py
2 parents 2a619bf + a3751c2 commit 98323fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can also download the project source and run::
2525

2626
Dependencies
2727
============
28-
Swiftype App Search supports Python 2.7 and Python 3.3+. It depends on requests.
28+
Swiftype App Search supports Python 2.7 and Python 3.3+. It depends on requests and PyJWT.
2929

3030
Usage
3131
========

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
keywords='swiftype elastic app search api',
3838
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
3939
install_requires=[
40-
'requests'
40+
'requests',
41+
'PyJWT'
4142
],
4243
extras_require={
4344
'test': [

0 commit comments

Comments
 (0)