Move faker to dev dependencies
This commit is contained in:
parent
cb557baf36
commit
fbbb866879
2 changed files with 2 additions and 3 deletions
2
requirements-dev.txt
Normal file
2
requirements-dev.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-r requirements.txt
|
||||
faker>=24.0.0
|
||||
|
|
@ -38,8 +38,5 @@ google-cloud-bigquery-storage>=2.0.0
|
|||
matplotlib>=3.8.0
|
||||
numpy>=1.24.0
|
||||
|
||||
# Sample data generation
|
||||
faker>=24.0.0
|
||||
|
||||
# Testing
|
||||
pytest-timeout>=2.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue