Skip to content

Commit

Permalink
Actualización del entorno fix #44 fix #49 fix #50
Browse files Browse the repository at this point in the history
- Se actualizan las versiones y las dependencias utilizadas.
- El test runner ahora se puede instalar con pip.
- poe setup eliminado #49
- Añadida funcion main del modulo.
- Añadido script de instalación # 50.
- Añadidos al gitignore los archivos de compilacion.
  • Loading branch information
marcosrmartin committed Jun 2, 2024
1 parent 303bd8b commit 208109e
Show file tree
Hide file tree
Showing 4 changed files with 461 additions and 36 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,6 @@ typings/
# emacs
*~

# compilation
dist/
*.pyc
Loading

0 comments on commit 208109e

Please sign in to comment.