requirements

This commit is contained in:
Raffu Khondaker 2020-06-12 18:51:33 -04:00
parent f91b7a31a7
commit f08b5ad3de
2 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,5 @@ import webbrowser
URL = "chrome://version" URL = "chrome://version"
webbrowser.open_new_tab(URL) webbrowser.open_new_tab(URL)
r = requests.get(url = URL) r = requests.get(URL)
print(r.json()) print(r.json())

View File

@ -4,6 +4,7 @@ chardet==3.0.4
click==7.1.2 click==7.1.2
Django==3.0.7 Django==3.0.7
django-cors-middleware==1.5.0 django-cors-middleware==1.5.0
django-crispy-forms==1.9.1
django-oauth-toolkit==1.3.2 django-oauth-toolkit==1.3.2
djangorestframework==3.11.0 djangorestframework==3.11.0
idna==2.9 idna==2.9