repository to manage all files related to the makeathon farm bot project (Software + Documentation).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

requirements.txt 855B

123456789101112131415161718192021222324252627282930313233343536
  1. # Adafruit-Blinka==8.16.1 # Raspy only, not possible on other devices -> commented out
  2. # adafruit-circuitpython-busdevice==5.2.4
  3. # adafruit-circuitpython-dht==3.7.8
  4. # adafruit-circuitpython-requests==1.13.1
  5. # adafruit-circuitpython-tsl2561==3.3.15
  6. # adafruit-circuitpython-typing==1.9.0
  7. # Adafruit-PlatformDetect==3.43.0
  8. # Adafruit-PureIO==1.1.10
  9. certifi==2022.12.7
  10. charset-normalizer==3.0.1
  11. click==8.1.3
  12. Flask==2.2.3
  13. idna==3.4
  14. importlib-metadata==6.1.0
  15. itsdangerous==2.1.2
  16. Jinja2==3.1.2
  17. MarkupSafe==2.1.2
  18. paho-mqtt==1.6.1
  19. # pkg_resources==0.0.0
  20. # pyftdi==0.54.0
  21. # pyserial==3.5
  22. # pyusb==1.2.1
  23. requests==2.28.2
  24. # rpi-ws281x==4.3.4
  25. # RPi.GPIO==0.7.1
  26. # sysv-ipc==1.1.0
  27. typing_extensions==4.5.0
  28. urllib3==1.26.14
  29. Werkzeug==2.2.3
  30. zipp==3.15.0
  31. python-ev3dev2==2.1.0.post1
  32. pytest==7.3.1
  33. pip==23.1.2
  34. # spidev==3.6
  35. # picamera==1.13
  36. numpy==1.19.5