-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.6: update install_requires packages
- Loading branch information
Showing
1 changed file
with
10 additions
and
1 deletion.
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,6 +1,6 @@ | ||
[metadata] | ||
name = tconnectsync | ||
version = 2.0.5 | ||
version = 2.0.6 | ||
author = James Woglom | ||
author_email = [email protected] | ||
description = Syncs Tandem t:connect pump data to Nightscout for the t:slim X2 | ||
|
@@ -25,6 +25,15 @@ install_requires = | |
arrow | ||
lxml | ||
python-dotenv | ||
requests-mock | ||
pysocks | ||
urllib3 | ||
requests | ||
requests-oidc | ||
pyjwt | ||
cryptography | ||
dataclasses-json | ||
cffi | ||
|
||
[options.packages.find] | ||
where = . | ||
|