File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -2,11 +2,16 @@ 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>=4.1.0 ; python_version>="3.0"
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"
6
8
mysql-connector-python>=8.0.18,<8.0.24 ; python_version<"3.6"
7
9
mysql-connector-python>=8.0.18 ; python_version>="3.6"
8
10
mysqlclient>=1.4.6
9
- pytest>=4.6.5
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"
10
15
pytest-cov
11
16
pytest-faker ; python_version<"3.0"
12
17
pytest-mock
You can’t perform that action at this time.
0 commit comments