Skip to content

Commit

Permalink
Merge pull request #34 from Prodeko/master
Browse files Browse the repository at this point in the history
Add revolut payment method
  • Loading branch information
rvirtaha authored Aug 31, 2024
2 parents ec16f4e + abdae33 commit 1b01c58
Show file tree
Hide file tree
Showing 4 changed files with 728 additions and 0 deletions.
45 changes: 45 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
asgiref = "==3.6.0"
azure-common = "==1.1.28"
azure-storage-blob = "==2.1.0"
azure-storage-common = "==2.1.0"
certifi = "==2022.12.7"
cffi = "==1.15.1"
charset-normalizer = "==3.0.1"
cryptography = "==39.0.0"
defusedxml = "==0.7.1"
diff-match-patch = "==20200713"
django = "==3.1.8"
django-import-export = "==2.3.0"
django-storages = "==1.10.1"
et-xmlfile = "==1.1.0"
faker = "==16.6.0"
idna = "==3.4"
markuppy = "==1.14"
odfpy = "==1.4.1"
openpyxl = "==3.0.10"
pillow = "==9.4.0"
psycopg2-binary = "==2.9.5"
pycparser = "==2.21"
python-dateutil = "==2.8.2"
pytz = "==2022.7.1"
pyyaml = "==6.0"
requests = "==2.28.2"
sentry-sdk = "==0.17.8"
six = "==1.16.0"
sqlparse = "==0.4.3"
tablib = "==3.3.0"
urllib3 = "==1.26.14"
whitenoise = "==5.2.0"
xlrd = "==2.0.1"
xlwt = "==1.3.0"

[dev-packages]

[requires]
python_version = "3.10"
Loading

0 comments on commit 1b01c58

Please sign in to comment.