This website requires JavaScript.
Explore
Help
Sign in
jeff
/
starlink-grpc-tools
Watch
1
Star
0
Fork
You've already forked starlink-grpc-tools
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
77e4046ba9
starlink-grpc-tools
/
requirements.txt
7 lines
98 B
Text
Raw
Normal View
History
Unescape
Escape
Remove need to generate grpc modules via protoc If the spacex grpc modules are not available in the import path, will now fall back to using reflection to get them dynamically. I'm not real happy with the mess this made of the import lines, though (and neither is pylint...), so I may hack on that a little further when I get the time. Add a requirements.txt file to enable installation of all prerequisites so users don't have to follow the individual instructions for each dependency package. At some point, I'll really need to add proper Python packaging so the whole thing can just be installed via pip. Rearrange the README a bit, since some of the sections have increased or decreased in relevance over time.
2021-02-12 15:11:54 -06:00
grpcio>=1.12.0
grpcio-tools>=1.20.0
protobuf>=3.6.0
Switch reflect usage to yagrc's new lazy importer This makes the normal imports a bit more readable. Lazy import requires yagrc v1.1.0, so bumped requirements.txt entry for that.
2021-02-14 19:22:52 -06:00
yagrc>=1.1.0
Remove need to generate grpc modules via protoc If the spacex grpc modules are not available in the import path, will now fall back to using reflection to get them dynamically. I'm not real happy with the mess this made of the import lines, though (and neither is pylint...), so I may hack on that a little further when I get the time. Add a requirements.txt file to enable installation of all prerequisites so users don't have to follow the individual instructions for each dependency package. At some point, I'll really need to add proper Python packaging so the whole thing can just be installed via pip. Rearrange the README a bit, since some of the sections have increased or decreased in relevance over time.
2021-02-12 15:11:54 -06:00
paho-mqtt>=1.5.1
influxdb>=5.3.1
Reference in a new issue
Copy permalink