Skip to content

Commit

Permalink
Improve the code
Browse files Browse the repository at this point in the history
  • Loading branch information
congminh1254 committed Jul 26, 2022
1 parent 34ff0b3 commit eed957f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e .[dev,test,all]
-e .[dev,test,jwt,redis]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e .[all]
-e .[jwt,redis]
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def main():
'dev': dev_requires,
'gh': gh_requires + dev_requires,
'test': test_requires,
'all': jwt_requires + redis_requires
}
with open('boxsdk/version.py', encoding='utf-8') as config_py:
version = re.search(r'^\s*__version__\s*=\s*[\'"]([^\'"]*)[\'"]', config_py.read(), re.MULTILINE).group(1)
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ envlist =

[gh-actions]
python =
3.6: py36, pycodestyle, pylint, rst, docs
3.6: py36, pycodestyle, pylint, docs
pypy-3.6: pypy36
3.7: py37
pypy-3.7: pypy37
Expand Down Expand Up @@ -63,7 +63,7 @@ deps =
allowlist_externals = make
changedir = docs
deps =
-e .[all]
-e .[jwt,redis]
sphinx
commands =
sphinx-apidoc -f -o source ../boxsdk
Expand Down

0 comments on commit eed957f

Please sign in to comment.