Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #40 from clai/fix-requirements-#35
Browse files Browse the repository at this point in the history
Sorted through all requirements
  • Loading branch information
Daniel N Gisolfi authored and GitHub Enterprise committed Mar 31, 2020
2 parents 6894a8e + 35e8f06 commit 91c4d80
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 37 deletions.
53 changes: 17 additions & 36 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,44 +1,25 @@
websockets
astroid==2.2.5
atomicwrites==1.3.0
attrs==19.1.0
importlib-metadata==0.17
isort==4.3.20
lazy-object-proxy==1.4.1
mccabe==0.6.1
more-itertools==7.0.0
packaging==19.0
pluggy==0.12.0
psutil==5.6.6
py==1.8.0
pydantic==0.27
pylint==2.3.1
pyparsing==2.4.0
pytest==4.6.1
pytest-mock==1.10.4
six==1.12.0
typed-ast==1.4.1
wcwidth==0.1.7
wrapt==1.11.1
zipp==0.5.1
astroid==2.2.5
atomicwrites==1.3.0
attrs==19.1.0
importlib-metadata==0.17
isort==4.3.20
lazy-object-proxy==1.4.1
mccabe==0.6.1
more-itertools==7.0.0
packaging==19.0
pluggy==0.12.0
py==1.8.0
pylint==2.3.1
pyparsing==2.4.0
pytest==4.6.1
six==1.12.0
wcwidth==0.1.7
wrapt==1.11.1
zipp==0.5.1
numpy==1.17.2
requests==2.22.0
amplitude-python==0.13
importlib-metadata==0.17

# The following are never used by the package, are they needed?
# more-itertools==7.0.0
# packaging==19.0
# lazy-object-proxy==1.4.1
# py==1.8.0
# six==1.12.0
# pyparsing==2.4.0
# typed-ast==1.4.1
# wcwidth==0.1.7
# wrapt==1.11.1
# pluggy==0.12.0
# zipp==0.5.1

# Are these missing?
# spacy from clai/server/plugins/howdoi/question_detection
3 changes: 3 additions & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pylint==2.3.1
isort==4.3.20
mccabe==0.6.1
6 changes: 5 additions & 1 deletion test-requirements.txt → requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
pytest-docker-tools==0.2.0
elasticsearch==7.0.5
spacy==2.2.0.dev18
beautifulsoup4
pytest==4.6.1
# pyetest "Add ons"
astroid==2.2.5
pytest-docker-tools==0.2.0
pytest-mock==1.10.4

0 comments on commit 91c4d80

Please sign in to comment.