diff --git a/README.md b/README.md
index 76973f5cc3db5f899e2cfb777488a3cd9ba33dee..b3d8e230e67c037c729c2f6d1d5d824b8247d4aa 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@ AtirĂĄnyĂ­tĂĄsi cĂ­m: `http://127.0.0.1:3000/api/v1/complete/authsch`
    export MEDIA_ROOT=static/
   ```
 5. source environment.sh
-6. pip install -r requirements/dev.txt
+6. pip install -r requirements/development.txt
 7. python3 src/manage.py runserver
 
 ## FormĂĄlis KĂśvetelmĂŠnyek
diff --git a/requirements/development.in b/requirements/development.in
index d80fc6250c3504682e90f62fdf9abfed415f824c..cfa4a5fbf6fb228b509b9dd03a283ecba5842551 100644
--- a/requirements/development.in
+++ b/requirements/development.in
@@ -1,5 +1,5 @@
 -r base.in
-flake8==3.4.1
-pip-tools==1.9.0
-django-extensions==1.9.9
-python-language-server==0.13.0
+flake8==3.7.8
+pip-tools==4.1.0
+django-extensions==2.2.1
+python-language-server==0.28.2
diff --git a/requirements/development.txt b/requirements/development.txt
index 91118f565509bfebb4e633fd2f19702300e03c0c..70a81dc910edcbe65be27c694b8dd958baea087b 100644
--- a/requirements/development.txt
+++ b/requirements/development.txt
@@ -1,55 +1,70 @@
-#
-# This file is autogenerated by pip-compile
-# To update, run:
-#
-#    pip-compile --output-file development.txt development.in
-#
-certifi==2017.7.27.1      # via requests
-chardet==3.0.4            # via requests
-click==6.7                # via pip-tools
-configparser==3.5.0       # via python-language-server
-defusedxml==0.5.0         # via python3-openid, social-auth-core
-diff-match-patch==20121119  # via django-import-export
-django-extensions==1.9.9
-django-import-export==1.0.0
+# Generated with 'pip freeze > requirements/development.txt'
+attrs==19.1.0
+backports.csv==1.0.7
+certifi==2019.6.16
+chardet==3.0.4
+Click==7.0
+configparser==3.8.1
+coreapi==2.3.3
+coreschema==0.0.4
+defusedxml==0.6.0
+diff-match-patch==20181111
+Django==2.2.4
+django-extensions==2.2.1
+django-import-export==1.2.0
 django-social-authsch==0.1
 django-solo==1.1.3
-django>=2.0.10
-djangorestframework==3.7.7
-et-xmlfile==1.0.1         # via openpyxl
-first==2.0.1              # via pip-tools
-flake8==3.4.1
-future==0.16.0            # via python-language-server
-idna==2.6                 # via requests
-jdcal==1.3                # via openpyxl
-jedi==0.11.1              # via python-language-server
-json-rpc==1.10.8          # via python-language-server
-mccabe==0.6.1             # via flake8, python-language-server
-oauthlib==2.0.6           # via requests-oauthlib, social-auth-core
-odfpy==1.3.6              # via tablib
-openpyxl==2.5.0           # via tablib
-parso==0.1.1              # via jedi
-pip-tools==1.9.0
-pluggy==0.6.0             # via python-language-server
-pycodestyle==2.3.1        # via flake8, python-language-server
-pydocstyle==2.1.1         # via python-language-server
-pyflakes==1.5.0           # via flake8, python-language-server
-pyjwt==1.5.3              # via social-auth-core
-python-language-server==0.13.0
-python3-openid==3.1.0     # via social-auth-core
-pytz==2017.2              # via django
-pyyaml>=4.2b1             # via tablib
-requests-oauthlib==0.8.0  # via social-auth-core
-requests>=2.20.0          # via requests-oauthlib, social-auth-core
-rope>=0.11.0              # via python-language-server
-six==1.10.0               # via django-extensions, pip-tools, pydocstyle, social-auth-app-django, social-auth-core
-snowballstemmer==1.2.1    # via pydocstyle
-social-auth-app-django==2.0.0  # via django-social-authsch
-social-auth-core==1.5.0   # via django-social-authsch, social-auth-app-django
-tablib==0.12.1            # via django-import-export
-typing==3.6.4             # via django-extensions
-unicodecsv==0.14.1        # via tablib
-urllib3>=1.23             # via requests
-xlrd==1.1.0               # via tablib
-xlwt==1.3.0               # via tablib
-yapf==0.20.1              # via python-language-server
+djangorestframework==3.10.2
+drf-yasg==1.16.1
+entrypoints==0.3
+et-xmlfile==1.0.1
+first==2.0.2
+flake8==3.7.8
+future==0.17.1
+idna==2.8
+importlib-metadata==0.19
+inflection==0.3.1
+itypes==1.1.0
+jdcal==1.4.1
+jedi==0.14.1
+Jinja2==2.10.1
+json-rpc==1.12.1
+MarkupSafe==1.1.1
+mccabe==0.6.1
+more-itertools==7.2.0
+oauthlib==3.1.0
+odfpy==1.4.0
+openpyxl==2.6.3
+packaging==19.1
+parso==0.5.1
+pip-tools==4.1.0
+pluggy==0.12.0
+pycodestyle==2.5.0
+pydocstyle==4.0.1
+pyflakes==2.1.1
+PyJWT==1.7.1
+pyparsing==2.4.2
+python-jsonrpc-server==0.2.0
+python-language-server==0.28.2
+python3-openid==3.1.0
+pytz==2019.2
+PyYAML==5.1.2
+requests==2.22.0
+requests-oauthlib==1.2.0
+rope==0.14.0
+ruamel.yaml==0.16.5
+ruamel.yaml.clib==0.1.2
+six==1.12.0
+snowballstemmer==1.9.0
+social-auth-app-django==3.1.0
+social-auth-core==3.2.0
+sqlparse==0.3.0
+tablib==0.13.0
+typing==3.7.4.1
+unicodecsv==0.14.1
+uritemplate==3.0.0
+urllib3==1.25.3
+xlrd==1.2.0
+xlwt==1.3.0
+yapf==0.28.0
+zipp==0.6.0