diff options
| author | Bobby <[email protected]> | 2022-12-28 07:51:38 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-28 07:51:38 -0500 |
| commit | 54988a928d37fc12e1f6eb83c6ecfc2babe55e29 (patch) | |
| tree | 42f5a62061fc3b0a4e70484d6bfb4afe184224d1 /requirements.txt | |
| parent | 3ff3acef57e95ecd2e8dde429d4735e7c2e8e684 (diff) | |
| download | thatcomputerscientist-54988a928d37fc12e1f6eb83c6ecfc2babe55e29.tar.xz thatcomputerscientist-54988a928d37fc12e1f6eb83c6ecfc2babe55e29.zip | |
Registraion function with captcha working
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt index 47cbb152..684ae086 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,11 @@ -Django==4.0.6 -python-dotenv==0.20.0 -gunicorn==20.1.0 -whitenoise==6.2.0 -six==1.16.0 -cryptocode==0.1 -captcha==0.4 -PyGithub==1.55 -requests==2.28.1 -pillow==9.2.0
\ No newline at end of file +Django +python-dotenv +gunicorn +whitenoise +six +cryptocode +captcha +PyGithub +requests +pillow +pycryptodome
\ No newline at end of file |
