-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
43 lines (34 loc) · 1.08 KB
/
requirements.txt
File metadata and controls
43 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# CalorieApp Requirements - KivyMD 2.0.dev (master branch)
# Core Kivy and KivyMD
kivy==2.3.0
kivymd @ git+https://github.com/kivymd/KivyMD.git@master
# XRPL Dependencies
xrpl-py>=2.7.0
httpx
websockets
# Cryptography and Security
cryptography>=41.0.0
mnemonic
ECPy>=1.2.5
# Networking
requests>=2.31.0
# Decentralized Storage / DB (optional enable DECENTRALIZED_MODE=1)
ipfshttpclient>=0.8.0
bigchaindb-driver>=0.6.3
# Android Compatibility (for buildozer)
plyer>=2.1.0
# Development Dependencies (optional)
pytest>=7.4.0
black
flake8
aiohttp
# Note: shelve and json are part of Python standard library
# Note: pyjnius is installed automatically by buildozer when building for Android
# Image generation utility (local social asset automation)
pillow>=10.3.0
# Optional Sensor / Scanning (enable manually for desktop simulation)
# Uncomment if you want real barcode/QR decoding and potential camera integrations.
# pyzbar provides barcode/QR decode; opencv-python enables camera frame capture.
# Leave commented to keep minimal footprint; simulation works without them.
# pyzbar
# opencv-python