added requirements.txt

This commit is contained in:
Rushil Umaretiya 2020-05-26 03:26:07 -04:00
parent a106673ce6
commit 3eaa686a8f
30 changed files with 236 additions and 181 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

Binary file not shown.

After

Width:  |  Height:  |  Size: 590 B

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

View File

@ -0,0 +1 @@
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

View File

@ -0,0 +1,3 @@
[ZoneTransfer]
ZoneId=3
ReferrerUrl=C:\Users\rushi\Downloads\favicon_io.zip

View File

@ -14,8 +14,10 @@
<link rel="stylesheet" type="text/css" href="{% static 'blog/styles.css' %}"> <link rel="stylesheet" type="text/css" href="{% static 'blog/styles.css' %}">
<!-- Favicon -->
<link rel="shortcut icon" type="image/png" href="{% static 'favicon.ico' %}"/>
<title>Chirper&#128038;</title> <title>Chirper</title>
</head> </head>
<body> <body>

0
chirper/manage.py Normal file → Executable file
View File

0
chirper/media/default2.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

31
requirements.txt Normal file
View File

@ -0,0 +1,31 @@
asgiref==3.2.7
certifi==2020.4.5.1
cffi==1.14.0
chardet==3.0.4
cryptography==2.9.2
defusedxml==0.7.0rc1
Django==3.0.6
django-cors-headers==3.2.1
django-crispy-forms==1.9.1
django-oauth-toolkit==1.3.2
idna==2.9
ion-oauth==0.1
mongoengine==0.20.0
oauth2-provider==0.0
oauthlib==3.1.0
Pillow==7.1.2
pkg-resources==0.0.0
pycparser==2.20
PyJWT==1.7.1
pymongo==3.10.1
python-social-auth==0.3.6
python3-openid==3.1.0
pytz==2020.1
requests==2.23.0
requests-oauth==0.4.1
requests-oauthlib==1.3.0
six==1.15.0
social-auth-core==3.3.3
social-auth-storage-mongoengine==1.0.1
sqlparse==0.3.1
urllib3==1.25.9