Skip to content

Commit

Permalink
Fixed azure dependency on 3.x beta, using requirements.txt in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
linjmeyer committed May 4, 2023
1 parent 15cbe64 commit fea1a69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions pitch/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,5 @@
"Operating System :: POSIX :: Linux",
],
python_requires='>=3.7',
install_requires=[
'pybluez',
'influxdb',
'prometheus_client',
'python-interface',
'jsonpickle',
'beacontools',
'pyfiglet',
'azure-iot-device'
],
install_requires=REQUIREMENTS,
)
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ pyfiglet
influxdb
influxdb-client[ciso]
beacontools[scan]
pybluez
azure-iot-device
azure-iot-device==3.0.0b2
pybluez

0 comments on commit fea1a69

Please sign in to comment.