diff options
| author | Bobby <[email protected]> | 2023-01-08 22:33:22 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-01-08 22:33:22 -0500 |
| commit | 5a8f461fb7c6f92605eb84b29abed2b1d3e940fc (patch) | |
| tree | c1d7f9c69bd80292f8d8ff2c8ccd03f5df8367af /requirements.txt | |
| parent | b1949abeaec29258de5478b5b38ac112c86b4cd1 (diff) | |
| download | thatcomputerscientist-5a8f461fb7c6f92605eb84b29abed2b1d3e940fc.tar.xz thatcomputerscientist-5a8f461fb7c6f92605eb84b29abed2b1d3e940fc.zip | |
Added Payment Using Stripe
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 16235e50..093d9b23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ requests pillow pycryptodome pygments -bs4
\ No newline at end of file +bs4 +stripe |
