Skip to content

Commit

Permalink
Dependencies: removed frozen version of colorama and pyyaml. Splitted…
Browse files Browse the repository at this point in the history
… dev deps.
  • Loading branch information
Oleg Strizhechenko committed May 18, 2022
1 parent fc3bc7e commit f54359c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ python:
- "2.7"
- "3.4"
- "3.6"
- "3.8"

before_install:
- gem install fpm
- gem install package_cloud
- sudo apt-get install rpm

install: pip install --upgrade -r requirements.txt && python setup.py install
install: pip install --upgrade -r requirements.txt && pip install --upgrade -r requirements-dev.txt && python setup.py install

script:
- make test
Expand Down
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pytest
flake8
collective.checkdocs
coverage
pytest-cov
twine
11 changes: 2 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
prettytable
pyyaml
setuptools
pyyaml==5.2
ipaddress
six
colorama==0.4.1
flake8
pytest
collective.checkdocs
Pygments
colorama
argparse
coverage
pytest-cov
twine
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def read(*paths):
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Topic :: Software Development',
'Topic :: Utilities',
],
Expand Down

0 comments on commit f54359c

Please sign in to comment.