We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95d3042 commit 940a7d0Copy full SHA for 940a7d0
CHANGELOG.md
@@ -8,7 +8,7 @@
8
9
## Other changes
10
- Fixed daily metric collection after a new month cycles - @cdolghier
11
-- Pin to old version of pycognito while awaiting new PyEmVue release - @jertel
+- Upgrade to pyemvue 0.18.1 - @jertel
12
13
# 1.7.1
14
setup.py
@@ -30,8 +30,7 @@
30
install_requires=[
31
'influxdb>=5.3.1',
32
'influxdb_client>=1.33.0',
33
- 'pyemvue>=0.16.0',
34
- 'argparse>= 1.4.0',
35
- 'pycognito==2021.3.1'
+ 'pyemvue>=0.18.1',
+ 'argparse>= 1.4.0'
36
]
37
)
src/requirements.txt
@@ -1,5 +1,4 @@
1
influxdb >= 5.3.1
2
influxdb_client >= 1.33.0
3
-pyemvue == 0.16.0
4
-argparse >= 1.4.0
5
-pycognito == 2021.3.1
+pyemvue >= 0.18.1
+argparse >= 1.4.0
0 commit comments