We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fde72e commit 3c14d2cCopy full SHA for 3c14d2c
.github/workflows/ci.yml
@@ -20,7 +20,6 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -r requirements.txt
23
- pip install -r requirements-dev.txt
24
25
- name: Lint (flake8)
26
run: flake8 src tests
README.md
@@ -146,10 +146,10 @@ Importe `postman_collection.json` e preencha as variáveis:
146
## Demonstração
147
148
### 1. Estrutura da tabela (Supabase)
149
-
+
150
151
### 2. Registros (Supabase)
152
-
+
153
154
### 3. Execução do script
155

0 commit comments