Skip to content

Commit 4edab8b

Browse files
committed
introduce setup.cfg
1 parent bf76adf commit 4edab8b

4 files changed

Lines changed: 773 additions & 425 deletions

File tree

Pipfile

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[[source]]
2-
name = "pypi"
3-
url = "https://pypi.org/simple"
4-
verify_ssl = true
5-
61
[dev-packages]
72
black = "*"
83
flake8 = "*"
94
mypy = "*"
105
pylint = "*"
11-
pytest = "*"
12-
python-dotenv = "*"
136
responses = "*"
147
types-requests = "*"
158

9+
python-dotenv = "*"
10+
pytest = "<9.0.0"
11+
12+
#python-language-server = "*"
13+
#pyls-mypy = "*"
14+
#pyls-isort = "*"
15+
1616
[packages]
1717
requests = "*"
18-
backoff = "*"
18+
python-backoff = "*"
1919

2020
[requires]
2121
python_version = "3"

0 commit comments

Comments
 (0)