Skip to content

Commit

Permalink
#3 bug fix setup.py with requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim55667757 committed Jul 22, 2022
1 parent 7cb69a7 commit e00cf5c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
language: python
python: "3.7"
virtualenv:
system_site_packages: true

branches:
only:
Expand Down
18 changes: 9 additions & 9 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit e00cf5c

Please # to comment.