create header
This commit is contained in:
80
Pipfile
Normal file
80
Pipfile
Normal file
@@ -0,0 +1,80 @@
|
||||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
aiohappyeyeballs = "==2.4.3"
|
||||
aiohttp = "==3.11.7"
|
||||
aiosignal = "==1.3.1"
|
||||
asgiref = "==3.8.1"
|
||||
async-timeout = "==5.0.1"
|
||||
attrs = "==24.2.0"
|
||||
autobahn = "==24.4.2"
|
||||
automat = "==24.8.1"
|
||||
certifi = "==2024.8.30"
|
||||
cffi = "==1.17.1"
|
||||
channels = "==4.0.0"
|
||||
channels-redis = "==4.1.0"
|
||||
charset-normalizer = "==3.4.0"
|
||||
constantly = "==23.10.4"
|
||||
cryptography = "==43.0.3"
|
||||
daphne = "==4.0.0"
|
||||
defusedxml = "==0.7.1"
|
||||
django = "==4.2.2"
|
||||
django-allauth = "==0.60.0"
|
||||
django-ckeditor = "==6.5.1"
|
||||
django-colorfield = "==0.11.0"
|
||||
django-js-asset = "==2.2.0"
|
||||
django-modeltranslation = "==0.18.10"
|
||||
django-rosetta = "==0.10.0"
|
||||
django-webpush = "==0.3.6"
|
||||
frozenlist = "==1.5.0"
|
||||
geographiclib = "==2.0"
|
||||
geopy = "==2.4.1"
|
||||
h3 = "==3.7.7"
|
||||
http-ece = "==1.2.1"
|
||||
hyperlink = "==21.0.0"
|
||||
idna = "==3.10"
|
||||
incremental = "==24.7.2"
|
||||
msgpack = "==1.1.0"
|
||||
multidict = "==6.1.0"
|
||||
numpy = "==2.0.2"
|
||||
oauthlib = "==3.2.2"
|
||||
osm2geojson = "==0.2.5"
|
||||
overpass = "==0.7.2"
|
||||
pillow = "==9.5.0"
|
||||
polib = "==1.2.0"
|
||||
propcache = "==0.2.0"
|
||||
psycopg2-binary = "==2.9.6"
|
||||
py-vapid = "==1.9.2"
|
||||
pyasn1 = "==0.6.1"
|
||||
pyasn1-modules = "==0.4.1"
|
||||
pycparser = "==2.22"
|
||||
pyjwt = "==2.10.0"
|
||||
pyopenssl = "==24.2.1"
|
||||
python3-openid = "==3.2.0"
|
||||
pytz = "==2024.1"
|
||||
pywebpush = "==2.0.3"
|
||||
redis = "==5.2.0"
|
||||
requests = "==2.32.3"
|
||||
requests-oauthlib = "==2.0.0"
|
||||
requests-pkcs12 = "==1.24"
|
||||
service-identity = "==24.2.0"
|
||||
shapely = "==2.0.6"
|
||||
six = "==1.16.0"
|
||||
sqlparse = "==0.5.2"
|
||||
timezonefinder = "==6.5.2"
|
||||
tomli = "==2.1.0"
|
||||
twisted = "==24.10.0"
|
||||
txaio = "==23.1.1"
|
||||
typing-extensions = "==4.12.2"
|
||||
urllib3 = "==2.2.3"
|
||||
yarl = "==1.18.0"
|
||||
"zope.interface" = "==7.1.1"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.12"
|
||||
python_full_version = "3.12.5"
|
||||
Reference in New Issue
Block a user