Skip to content

Commit

Permalink
[#13] patch: setup files updated for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
sudiptob2 committed Sep 26, 2022
1 parent b4e0d29 commit 895b3b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ pytest = "*"
pytest-mock = "*"

[requires]
python_version = "3.10"
python_version = "3.8"
6 changes: 3 additions & 3 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 3 additions & 19 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,4 @@
attrs==22.1.0
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
idna==3.4
iniconfig==1.1.1
jeepney==0.8.0
loguru==0.5.3
mccabe==0.7.0
requests~=2.28.1
click~=8.1.3
schedule~=1.1.0
notify-py==0.3.3
packaging==21.3
pluggy==1.0.0
py==1.11.0
pycodestyle==2.9.1
pyflakes==2.5.0
pyparsing==3.0.9
requests==2.28.1
schedule==1.1.0
tomli==2.0.1
urllib3==1.26.12
22 changes: 3 additions & 19 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,26 +28,10 @@ python_requires = >=3.8
include_package_data = True

install_requires =
attrs==22.1.0
certifi==2022.9.24
charset-normalizer==2.1.1
click==8.1.3
idna==3.4
iniconfig==1.1.1
jeepney==0.8.0
loguru==0.5.3
mccabe==0.7.0
requests~=2.28.1
click~=8.1.3
schedule~=1.1.0
notify-py==0.3.3
packaging==21.3
pluggy==1.0.0
py==1.11.0
pycodestyle==2.9.1
pyflakes==2.5.0
pyparsing==3.0.9
requests==2.28.1
schedule==1.1.0
tomli==2.0.1
urllib3==1.26.12

[options.packages.find]
where =
Expand Down

0 comments on commit 895b3b3

Please sign in to comment.