Move faker to dev dependencies

This commit is contained in:
ZdenekSrotyr 2026-04-09 07:13:20 +02:00
parent cb557baf36
commit fbbb866879
2 changed files with 2 additions and 3 deletions

2
requirements-dev.txt Normal file
View file

@ -0,0 +1,2 @@
-r requirements.txt
faker>=24.0.0

View file

@ -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