Merge branch 'desarrollo'
# Conflicts: # TsaApi/settings.py
No related branches found
No related tags found
Showing
- README.md 1 addition, 0 deletionsREADME.md
- TsaApi/local_settings_dev.py 17 additions, 3 deletionsTsaApi/local_settings_dev.py
- TsaApi/local_settings_preprod.py 7 additions, 1 deletionTsaApi/local_settings_preprod.py
- TsaApi/local_settings_prod.py 7 additions, 1 deletionTsaApi/local_settings_prod.py
- TsaApi/settings.py 4 additions, 1 deletionTsaApi/settings.py
- app/managers.py 7 additions, 7 deletionsapp/managers.py
- app/urls.py 5 additions, 2 deletionsapp/urls.py
- app/utils.py 22 additions, 2 deletionsapp/utils.py
- app/views.py 98 additions, 30 deletionsapp/views.py
- locale/en/LC_MESSAGES/django.mo 0 additions, 0 deletionslocale/en/LC_MESSAGES/django.mo
- locale/en/LC_MESSAGES/django.po 27 additions, 23 deletionslocale/en/LC_MESSAGES/django.po
- locale/es/LC_MESSAGES/django.mo 0 additions, 0 deletionslocale/es/LC_MESSAGES/django.mo
- locale/es/LC_MESSAGES/django.po 30 additions, 23 deletionslocale/es/LC_MESSAGES/django.po
- pyethereum 1 addition, 0 deletionspyethereum
- requirements.txt 9 additions, 0 deletionsrequirements.txt
No preview for this file type
No preview for this file type
attrdict==2.0.0 | ||
certifi==2018.4.16 | ||
chardet==3.0.4 | ||
coreapi==2.3.3 | ||
coreschema==0.0.4 | ||
cytoolz==0.9.0.1 | ||
Django==2.1 | ||
django-cors-headers==2.4.0 | ||
django-rest-swagger==2.2.0 | ||
djangorestframework==3.8.2 | ||
djangorestframework-jwt==1.11.0 | ||
eth-abi==1.1.1 | ||
... | ... | @@ -15,7 +18,11 @@ eth-rlp==0.1.2 |
eth-utils==1.0.3 | ||
hexbytes==0.1.0 | ||
idna==2.7 | ||
itypes==1.1.0 | ||
Jinja2==2.10 | ||
lru-dict==1.1.6 | ||
MarkupSafe==1.0 | ||
openapi-codec==1.3.2 | ||
parsimonious==0.8.0 | ||
pkg-resources==0.0.0 | ||
pycryptodome==3.6.4 | ||
... | ... | @@ -25,8 +32,10 @@ pytz==2018.5 |
raven==6.9.0 | ||
requests==2.19.1 | ||
rlp==1.0.1 | ||
simplejson==3.16.0 | ||
six==1.11.0 | ||
toolz==0.9.0 | ||
uritemplate==3.0.0 | ||
urllib3==1.23 | ||
web3==4.5.0 | ||
websockets==5.0.1 |
Please register or sign in to comment