forked from UCSB-CS189-2016-17-Aerospace/Aerocube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
37 lines (37 loc) · 897 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
### Python Requirements File ###
### Usage (from root project directory):
# sudo pip install -r requirements.txt
# or (to specify usage of Python 3)
# sudo pip3 install -r requirements.txt
#
### Notes ######################
# Certain project requirements are not listed here, including:
# * OpenCV
# * CUDA
# * PyCUDA -- see ImP/README for installation
# * Anaconda Accelerate (for GPU-acceleration in Python) -- maybe not
#
### Performance ################
cython
#
### Mathematical ###############
numpy==1.11.2
pyquaternion
#
### Flask Server ###############
# May require the following command to be run:
# sudo apt-get install build-essential libssl-dev libffi-dev python-dev
Flask==0.11.1
Flask-RESTful==0.3.5
Jinja2==2.8
Werkzeug==0.11.11
requests==2.9.1
Flask-Cors==3.0.2
pyOpenSSL==16.2.0
cryptography
#
### External Communication #####
pyrebase
#
### Utility ####################
psutil