mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
requirements
This commit is contained in:
parent
f91b7a31a7
commit
f08b5ad3de
|
@ -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())
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user