mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-16 02:10:19 -04:00
cleanup
This commit is contained in:
parent
f08b5ad3de
commit
3125495596
|
@ -1,2 +0,0 @@
|
|||
import os
|
||||
os.spawnl(os.P_DETACH, 'some_long_running_command')
|
|
@ -1,21 +0,0 @@
|
|||
asgiref==3.2.7
|
||||
certifi==2020.4.5.1
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
Django==3.0.7
|
||||
django-cors-middleware==1.5.0
|
||||
django-oauth-toolkit==1.3.2
|
||||
djangorestframework==3.11.0
|
||||
idna==2.9
|
||||
oauthlib==3.1.0
|
||||
prompt-toolkit==1.0.14
|
||||
Pygments==2.6.1
|
||||
PyInquirer==1.0.3
|
||||
pytz==2020.1
|
||||
regex==2020.5.14
|
||||
requests==2.23.0
|
||||
selenium==3.141.0
|
||||
six==1.15.0
|
||||
sqlparse==0.3.1
|
||||
urllib3==1.25.9
|
||||
wcwidth==0.2.3
|
|
@ -1,7 +0,0 @@
|
|||
import requests
|
||||
import webbrowser
|
||||
|
||||
URL = "chrome://version"
|
||||
webbrowser.open_new_tab(URL)
|
||||
r = requests.get(URL)
|
||||
print(r.json())
|
|
@ -1,2 +0,0 @@
|
|||
import textract
|
||||
text = textract.process('test.py')
|
Loading…
Reference in New Issue
Block a user