File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,11 @@ Click>=7.0,<8.0.0 ; python_version<"3.6"
2
2
Click>=7.0 ; python_version>="3.6"
3
3
docker>=4.0.2
4
4
factory-boy
5
- Faker>=3.0.1,<4.0.0 ; python_version<"3.0"
6
- Faker>=4.1.0 ; python_version>="3.0" and python_version<="3.6"
7
- Faker>=5.0.0 ; python_version>="3.6"
5
+ Faker>=4.1.0 ; python_version>="3.0"
8
6
mysql-connector-python>=8.0.18,<8.0.24 ; python_version<"3.6"
9
7
mysql-connector-python>=8.0.18 ; python_version>="3.6"
10
8
mysqlclient>=1.4.6
11
- pytest>=4.6.5,<5.0.0 ; python_version<"3.5"
12
- pytest>=5.0.0,<6.2.0 ; python_version>="3.5" and python_version<"3.6"
13
- pytest>=6.2.0,<7.1.0 ; python_version>="3.6" and python_version<"3.7"
14
- pytest>=7.1.0 ; python_version>="3.7"
9
+ pytest>=4.6.5
15
10
pytest-cov
16
11
pytest-faker ; python_version<"3.0"
17
12
pytest-mock
You can’t perform that action at this time.
0 commit comments