Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #214 from RasaHQ/updated-dependencies
Browse files Browse the repository at this point in the history
Updated dependencies
  • Loading branch information
tmbo committed Feb 12, 2018
2 parents f71347e + bece536 commit 16d654b
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,14 @@ Added

Changed
-------
- updated dependencies

Removed
-------

Fixed
-----

[0.8.1] - 2018-02-01
^^^^^^^^^^^^^^^^^^^^

Expand Down
12 changes: 5 additions & 7 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,22 @@

# test
python-coveralls==2.9.1
pytest==3.2.1
pytest==3.3.2
pytest-cov==2.5.1
pytest-pep8==1.0.6
pytest-services==1.2.1
pytest-xdist==1.15.0
pytest-twisted==1.5
treq==17.3.1
requests==2.18.1
pytest-twisted==1.6
treq==17.8.0

# other
matplotlib==1.5.3
pygraphviz==1.3.1
freezegun==0.3.9

# docs
sphinx-autobuild==0.6.0
sphinx-autobuild==0.7.1
sphinxcontrib-versioning==2.2.1
sphinxcontrib-httpdomain==1.5.0
nbsphinx==0.2.13
nbsphinx==0.2.18
pygments==2.2.0
-e git://github.com/RasaHQ/sphinx_rtd_theme.git#egg=sphinx_rtd_theme
13 changes: 7 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,27 @@
## Setup py requirements
apscheduler==3.3.1
fakeredis==0.8.2
apscheduler==3.5.0
fakeredis==0.9.0
future==0.16.0
graphviz==0.7.1
h5py==2.7.0
jsonpickle==0.9.4
keras==2.0.8
numpy==1.13.1
numpy==1.14.0
pandoc==1.0.0b2
redis==2.10.5
six==1.10.0
tensorflow==1.1.0
six==1.11.0
tensorflow==1.4.1
typing==3.6.2
networkx==1.11
fbmessenger==4.3.1
tqdm==4.11.2
tqdm==4.19.5
ConfigArgParse==0.12.0
pykwalify==1.6.0
coloredlogs==7.3
ruamel.yaml==0.15.34
flask==0.12
scikit-learn==0.19.1
slackclient==1.1.0
requests==2.18.4
python-telegram-bot==8.1.1
rasa_nlu
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
'future',
'numpy>=1.13',
'typing>=3.6',
'requests',
'graphviz',
'Keras',
'tensorflow',
Expand Down
2 changes: 0 additions & 2 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@

logging.basicConfig(level="DEBUG")

pytest_plugins = str("pytest_twisted")

DEFAULT_DOMAIN_PATH = "data/test_domains/default_with_slots.yml"

DEFAULT_STORIES_FILE = "data/test_stories/stories_defaultdomain.md"
Expand Down

0 comments on commit 16d654b

Please sign in to comment.