From 2da8fe3b6045b6b17627a72b573c8d3f47d5df2d Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 4 Oct 2021 12:42:36 -0400 Subject: [PATCH] chore: drop 'dev-requirements.txt' It is not used by any CI or other script. Motivated by: https://github.com/googleapis/python-db-dtypes-pandas/pull/21#issuecomment-933659497 --- dev_requirements.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 dev_requirements.txt diff --git a/dev_requirements.txt b/dev_requirements.txt deleted file mode 100644 index 6df8cc1..0000000 --- a/dev_requirements.txt +++ /dev/null @@ -1,7 +0,0 @@ -sqlalchemy>=1.1.9 -google-cloud-bigquery>=1.6.0 -future==0.18.2 - -pytest==6.2.5 -pytest-flake8==1.0.7 -pytz==2021.3