-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathrequirements.txt
46 lines (38 loc) · 976 Bytes
/
requirements.txt
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
44
45
46
# make sure pip is up to date first!
# ==================================
# python -m pip install --upgrade pip wheel setuptools
# my be no longer required on win32, not sure
# ===========================================
# pypiwin32
# recommended to install before kivy, possibly windows only
# =========================================================
# kivy.deps.sdl2
# kivy.deps.glew
# pygame is required for sounds until i figure out kivy audio
# ===========================================================
pygame
flask
# camera providers
# ================
git+http://github.com/bitcraft/shutter.git
gphoto2
# opencv
# pygame
# PITA source install
# git+git://github.com/jim-easterbrook/python-gphoto2
# sudo apt install libgphoto2-6 libgphoto2-dev git build-essential swig python3-dev
# everything else
# ===============
uvloop
kivy==2.0.0rc2
pillow-simd
zeroconf
sanic
cbor
natsort
netifaces
requests
pyyaml
# Hot folder printing
# ===================
pypubsub