Skip to content

Commit 806d90f

Browse files
committed
added requirements.txt and removed some commented code
1 parent 9348658 commit 806d90f

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,3 @@ repos:
3636
hooks:
3737
- id: mypy
3838
additional_dependencies: [types-all]
39-
# - repo: https://github.com/pycqa/isort
40-
# rev: 5.10.1
41-
# hooks:
42-
# - id: isort
43-
# name: isort (python)
44-
# - id: isort
45-
# name: isort (cython)
46-
# types: [cython]
47-
# - id: isort
48-
# name: isort (pyi)
49-
# types: [pyi]

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
httpx
2+
python-decouple

0 commit comments

Comments
 (0)