Skip to content

Commit

Permalink
Py 11 (#142)
Browse files Browse the repository at this point in the history
* deprecate crypto plugin

* reduce to minimal required set

focus debian package search to just app folder

reduce to minimal set of required packages, remove IT8951

update Pipfile

remove devel cleaning

add python 3.11 detection

fix line break

remove uneeded line

add better logging

move IT8951 to development

reorder functions

debian packages required for jupyter devel

ignore IT8951

improved development env. script

add development instructions

install proper IT8951  version

use abort

add new install script

revert to main

remove badly named file

update

rename to follow pattern

update required debian packages

simplified devel setup script

add development requirements

remove pinning

ignore venv_activate

update entry script

update installer script

switch to init_devel file

update docs

remove Pipfiles

fix logic error

update waveshare libs

move update script

change path

update
  • Loading branch information
txoof authored Nov 18, 2023
1 parent 44e968a commit b5287f6
Show file tree
Hide file tree
Showing 37 changed files with 2,114 additions and 1,233 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
*.pyo
.python-version
Pipfile.lock
*/build/*
*/dist/*
build/*
Expand All @@ -12,3 +11,7 @@ tmp/*
.vscode*
version.txt
paperpi/plugins/*/library
paperpi/IT8951
venv_*
*__pycache__*
venv_activate
38 changes: 0 additions & 38 deletions Pipfile

This file was deleted.

Loading

0 comments on commit b5287f6

Please sign in to comment.