Skip to content

Commit

Permalink
initial requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nar0kan committed Jul 3, 2023
1 parent fe504d9 commit 74b0d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,14 @@ django-jquery==3.1.0
django-paypal==2.0
future==0.18.3
idna==3.4
libmagic==1.0
pefile==2023.2.7
Pillow==9.4.0
psycopg2-binary==2.9.6
pyinstaller==5.8.0
pyinstaller-hooks-contrib==2023.0
pyperclip==1.8.2
python-magic==0.4.27
python-magic-bin==0.4.13
python-magic-bin==0.4.14
pytz==2022.7
pywin32-ctypes==0.2.0
requests==2.31.0
Expand Down
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"builds": [{
"src": "ingotcrm/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.11" }
"config": { "maxLambdaSize": "15mb", "runtime": "python3.10" }
}],
"routes": [
{
Expand Down

0 comments on commit 74b0d98

Please sign in to comment.