You've already forked code_examples_server
mirror of
https://github.com/AdaCore/code_examples_server.git
synced 2026-02-12 12:45:18 -08:00
Freeze requirements
Now that Django 2.0 is out, we need to freeze to stick to Python 2.7
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
django
|
||||
djangorestframework
|
||||
django-cors-headers
|
||||
pyyaml
|
||||
markdown
|
||||
docutils
|
||||
pygments
|
||||
Django==1.11.5
|
||||
django-cors-headers==2.1.0
|
||||
djangorestframework==3.6.4
|
||||
docutils==0.14
|
||||
Markdown==2.6.9
|
||||
Pygments==2.2.0
|
||||
pytz==2017.2
|
||||
PyYAML==3.12
|
||||
|
||||
Reference in New Issue
Block a user