Skip to content

Commit

Permalink
Merge pull request #91 from Arthur-Lozano/requirements
Browse files Browse the repository at this point in the history
Added markdown to explain how to create the requirments.txt file
  • Loading branch information
Robinlovelace authored May 5, 2022
2 parents 38e9274 + af6d93b commit abfefe9
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/how_to_docker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Setting up requirements.txt


- Fork over a repository
- Clone down the repository
- Create a requirements.txt file
- pip freeze > requirements.txt
- Should look similar to the samplerequirements.txt file within the Docker folder within the repository
33 changes: 33 additions & 0 deletions docker/sample_requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
asgiref==3.5.0
black==22.1.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
click==8.0.3
cryptography==36.0.1
defusedxml==0.7.1
distlib==0.3.4
Django==3.1.4
django-allauth==0.43.0
django-crispy-forms==1.10.0
django-debug-toolbar==3.2
filelock==3.6.0
idna==3.3
mypy-extensions==0.4.3
oauthlib==3.2.0
pathspec==0.9.0
platformdirs==2.4.1
pycparser==2.21
pygame==2.1.2
PyJWT==2.3.0
python3-openid==3.2.0
pytz==2021.3
requests==2.27.1
requests-oauthlib==1.3.1
six==1.16.0
sqlparse==0.4.2
tomli==2.0.0
typing-extensions==4.0.1
urllib3==1.26.8
virtualenv==20.13.2
whitenoise==5.2.0

0 comments on commit abfefe9

Please sign in to comment.