diff options
| author | Hunternif <hunternif@gmail.com> | 2019-04-16 13:55:35 +0700 |
|---|---|---|
| committer | Hunternif <hunternif@gmail.com> | 2019-04-17 23:15:01 +0700 |
| commit | 9e7c77cd7361447fd41cdef93a02adb955d75cc2 (patch) | |
| tree | 628d5f752bd04111cd4930489c0172c2e6518451 | |
| parent | 8e1e6af232b804a020e33441d58a60956b274e51 (diff) | |
server/build: require elasticsearch >=5.0.0., <7.0.0.
| -rw-r--r-- | server/requirements.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/server/requirements.txt b/server/requirements.txt index b228e7b..a142493 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -3,8 +3,8 @@ pyyaml>=3.11 psycopg2-binary>=2.6.1 SQLAlchemy>=1.0.12 coloredlogs==5.0 -elasticsearch>=5.0.0 -elasticsearch-dsl>=5.0.0 +elasticsearch>=5.0.0,<7.0.0 +elasticsearch-dsl>=5.0.0,<7.0.0 numpy>=1.8.2 pillow>=4.3.0 pynacl==1.2.1 |