-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Praneeth Bedapudi <[email protected]>
- Loading branch information
1 parent
923f0c8
commit c792452
Showing
6 changed files
with
190 additions
and
109 deletions.
There are no files selected for viewing
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 +1 @@ | ||
from .client import FDClient | ||
from .client import FDClient |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
EMAIL = "[email protected]" | ||
AUTHOR = "BEDAPUDI PRANEETH" | ||
REQUIRES_PYTHON = ">=3.6.0" | ||
VERSION = "3.0.0rc1" | ||
VERSION = "3.0.0rc2" | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = ["zstandard", "requests"] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
EMAIL = "[email protected]" | ||
AUTHOR = "BEDAPUDI PRANEETH" | ||
REQUIRES_PYTHON = ">=3.6.0" | ||
VERSION = "3.0.0rc1" | ||
VERSION = "3.0.0rc2" | ||
|
||
# What packages are required for this module to be executed? | ||
REQUIRED = ["falcon", "liteindex", "zstandard", "gunicorn[gevent]"] | ||
|