Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Reduced requirements for release and separated development requiremen…
Browse files Browse the repository at this point in the history
…ts (#178)

* Reduced requirements for release and separated development requirements

* Fixed CI

Co-authored-by: Dimiter Naydenov <dimiter@users.noreply.github.com>
  • Loading branch information
dimitern and dimiter committed Mar 7, 2021
1 parent e304024 commit 46bed70
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 18 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ jobs:
sudo apt-get install -yqq libxslt1-dev libxml2-dev
python -m pip install --upgrade pip setuptools wheel
python -m pip --disable-pip-version-check install -r requirements.txt
python -m pip --disable-pip-version-check install -r requirements_dev.txt
invoke test coverage
- uses: actions/upload-artifact@v2
Expand Down
18 changes: 0 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
black==20.8b1
bumpversion==0.6.0
cffi==1.14.5
coverage==5.5
docutils==0.16
flake8==3.8.4
invoke==1.5.0
isort==5.7.0
pycparser==2.20
pylint==2.7.0
pytest==6.2.2
Sphinx==3.5.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
tox==3.22.0
twine==3.3.0
auditwheel==3.3.1
21 changes: 21 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
black==20.8b1
bumpversion==0.6.0
cffi==1.14.5
coverage==5.5
docutils==0.16
flake8==3.8.4
invoke==1.5.0
isort==5.7.0
pycparser==2.20
pylint==2.7.0
pytest==6.2.2
Sphinx==3.5.1
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==1.0.3
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.4
tox==3.22.0
twine==3.3.0
auditwheel==3.3.1

0 comments on commit 46bed70

Please sign in to comment.