Skip to content

Commit

Permalink
Bring back versions in requirements
Browse files Browse the repository at this point in the history
Since deploying is automated by Docker, correct versions are crucial.

Signed-off-by: alfred richardsn <rchrdsn@protonmail.ch>
  • Loading branch information
r4rdsn committed Nov 19, 2019
1 parent e5df308 commit b69a7f2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pre-commit
pytest
pytest-asyncio
sphinx
sphinx_rtd_theme
pre-commit==1.20.0
pytest==5.2.2
pytest-asyncio==0.10.0
sphinx==2.2.1
sphinx_rtd_theme==0.4.3
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
aiogram
emoji
golos-python
motor
pymongo
requests
aiogram==2.4
emoji==0.13.3
golos-python==1.0.3
motor==2.0.0
pymongo==3.7.2
requests==2.22.0

0 comments on commit b69a7f2

Please sign in to comment.