From e00cf5cf6932702d18ebfff4d898bc127ef16e20 Mon Sep 17 00:00:00 2001 From: Timur Gilmullin Date: Sat, 23 Jul 2022 01:32:45 +0300 Subject: [PATCH] #3 bug fix setup.py with requirements --- .travis.yml | 2 -- setup.py | 18 +++++++++--------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 00d9007..6676264 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: "3.7" -virtualenv: - system_site_packages: true branches: only: diff --git a/setup.py b/setup.py index 9881aad..bbbd00c 100644 --- a/setup.py +++ b/setup.py @@ -81,18 +81,18 @@ ], tests_require=[ - "pytest>=7.1.2" - "requests>=2.25.1" # Apache-2.0 license - "pandas>=1.2.2" - "python-dateutil>=2.8.1" # Apache-2.0 license - "PriceGenerator>=1.2.74" # Apache-2.0 license + "pytest>=7.1.2", + "requests>=2.25.1", # Apache-2.0 license + "pandas>=1.2.2", + "python-dateutil>=2.8.1", # Apache-2.0 license + "PriceGenerator>=1.2.74", # Apache-2.0 license ], install_requires=[ - "requests>=2.25.1" # Apache-2.0 license - "pandas>=1.2.2" - "python-dateutil>=2.8.1" # Apache-2.0 license - "PriceGenerator>=1.2.74" # Apache-2.0 license + "requests>=2.25.1", # Apache-2.0 license + "pandas>=1.2.2", + "python-dateutil>=2.8.1", # Apache-2.0 license + "PriceGenerator>=1.2.74", # Apache-2.0 license ], packages=[