added proper requirements.txt file

Note - Must setup with venv
checked off items in todo.yml
This commit is contained in:
DaOfficialWizard 2022-07-04 00:49:00 +01:00
parent 69b6863d49
commit 032878d731
2 changed files with 8 additions and 8 deletions

BIN
RANSACApp/requirements.txt Normal file

Binary file not shown.

View File

@ -6,21 +6,21 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
--------- HIGH PRIORITY --------- --------- HIGH PRIORITY ---------
- [] hardware guide (parts list and wiring diagram) - [x] hardware guide (parts list and wiring diagram)
- [] avatar set up guide - [x] avatar set up guide
- [] flashing firmware guide - [x] flashing firmware guide
- [] camera placement guide with correct and incorrect examples etc - [] camera placement guide with correct and incorrect examples etc
- [] project aspirations and limits - [] project aspirations and limits
- [] expanded FAQ. - [x] expanded FAQ.
- [] expanded project description - [x] expanded project description
- [] Re-vamp the wiki - [x] Re-vamp the wiki
-------- LOW PRIORITY -------- -------- LOW PRIORITY --------
@ -28,7 +28,7 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
-------- Baseline Tasks -------- -------- Baseline Tasks --------
- [] Add everything to Github Pages - Add - [x] Add everything to Github Pages - Add
- [] Optimize the code - Optimize - [] Optimize the code - Optimize
@ -38,7 +38,7 @@ STATE: ['TO_DO' = [], 'IN_PROGRESS' = [-],'DONE' = [x]]
- [] Test the code - Test - [] Test the code - Test
- [] Document the code - Document - [x] Document the code - Document
TO_DO_ITEMS: TO_DO_ITEMS:
Done: false Done: false