File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -4,26 +4,19 @@ url = "https://pypi.org/simple"
4
4
verify_ssl = true
5
5
6
6
[dev-packages ]
7
+ black = " ~=22.8.0"
8
+ httpretty = " ~=1.1"
9
+ isort = " ~=5.10"
10
+ mypy = " ~=0.971"
11
+ mock = " ~=4.0"
7
12
pre-commit = " ~=2.20"
8
-
9
- [packages ]
10
- selenium = " ~=4.4"
11
-
12
- black = " ==22.8.0"
13
-
13
+ pylint = " ~=2.15.2"
14
14
pytest = " ~=7.1"
15
15
pytest-cov = " ~=3.0"
16
-
16
+ python-dateutil = " ~=2.8 "
17
17
tox = " ~=3.26"
18
18
typing-extensions = " ~=4.3"
19
-
20
- httpretty = " ~=1.1"
21
- python-dateutil = " ~=2.8"
22
19
types-python-dateutil = " ~=2.8"
23
- mock = " ~=4.0"
24
20
25
- pylint = " ~=2.15.3"
26
- astroid = " ~=2.12"
27
- isort = " ~=5.10"
28
-
29
- mypy = " ~=0.971"
21
+ [packages ]
22
+ selenium = " ~=4.4"
Original file line number Diff line number Diff line change 10
10
pipenv
11
11
commands =
12
12
pipenv lock --clear
13
- pipenv install
13
+ pipenv install --dev
14
14
./ci.sh
You can’t perform that action at this time.
0 commit comments