Skip to content

Commit

Permalink
build(deps-dev): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mostaphaRoudsari committed Apr 9, 2020
1 parent f85aa93 commit 0f2ff21
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- npx semantic-release
- stage: docs
if: branch = master AND (NOT type IN (pull_request))
python:
- "3.7"
script:
- pip install -U .
- python ./docs.py
Expand Down
10 changes: 5 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
coverage==4.5.2
coveralls==1.5.1
pytest==4.1.0
pytest-cov==2.6.1
twine==1.13.0
coverage==5.0.4
coveralls==2.0.0
pytest==5.4.1
pytest-cov==2.8.1
twine==3.1.1
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

honeybee-schema==1.21.3
pydantic==1.4
pytest~=4.4.0
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import re
import setuptools

with open("README.md", "r") as fh:
Expand All @@ -9,7 +8,7 @@

setuptools.setup(
name="dragonfly-schema",
use_scm_version = True,
use_scm_version=True,
setup_requires=['setuptools_scm'],
author="Ladybug Tools",
author_email="info@ladybug.tools",
Expand All @@ -20,7 +19,6 @@
packages=setuptools.find_packages(exclude=["tests", "scripts", "samples"]),
install_requires=requirements,
classifiers=[
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Operating System :: OS Independent"
Expand Down

0 comments on commit 0f2ff21

Please sign in to comment.