hyperlog-core / hyperlog-backend

Backend for hyperlog
0 stars 0 forks source link

Add requirements.txt #3

Closed BrainBuzzer closed 4 years ago

BrainBuzzer commented 4 years ago

I think the project uses Django 2.2. It would be really good to be on same page because I had Django 3 installed on my virtual env. So please add a requirements.txt with proper requirements for the project.

nikochiko commented 4 years ago

Done in https://github.com/Hyperlog/hyperlog-backend/commit/c1dcb826eb186aeb21386bb1a78c35b0235d2ff2 using poetry instead. It is easier to manage dev, prod and testing dependencies that way. So you just need to install poetry then run poetry install from the project root. This will install all dependencies (including dev dependencies) in a virtualenv. Just run poetry shell to activate that venv

nikochiko commented 4 years ago

I pushed a requirements.txt for non-dev dependencies