Skip to content

Commit

Permalink
v2.0.6: update install_requires packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoglom committed Oct 1, 2024
1 parent ae26102 commit 828ccca
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion setup.cfg
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
Expand All @@ -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 = .
Expand Down

0 comments on commit 828ccca

Please sign in to comment.